Color Hex Logo

#ce6cba Color Hex

#CE6CBA
(206,108,186)
0 Favorites   0 Comments

Color spaces of #ce6cba

RGB 206108186
HSL0.870.500.62
HSV312°48°81°
CMYK 0.000.480.10   0.19
XYZ39.679127.392149.6503
Yxy27.39210.33990.2347
Hunter Lab52.337543.7373-19.6096
CIE-Lab59.335548.9677-24.0509

#ce6cba color RGB value is (206,108,186).

#ce6cba hex color red value is 206, green value is 108 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ce6cba hue: 0.87 , saturation: 0.50 and the lightness value of ce6cba is 0.62.

The process color (four color CMYK) of #ce6cba color hex is 0.00, 0.48, 0.10, 0.19. Web safe color of #ce6cba is #cc66cc. Color #ce6cba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101100 10111010
Octal 316 154 272
Decimal 206 108 186
Hex CE 6C BA

RGB Percentages of Color #ce6cba

%41.20
%21.60
%37.20

CMYK Percentages of Color #ce6cba

%0
%48
%10
%19

Triadic Colors of #ce6cba

#ce6cba #bace6c #6cbace

Analogous Colors of #ce6cba

#ce6cba #ce6c89 #b16cce

Monochromatic Colors of #ce6cba

#ce6cba

Complementary Color

#ce6cba #6cce80

#ce6cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce6cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce6cba Color CSS Codes

.mybgcolor {background-color:#ce6cba; } 
.myforecolor {color:#ce6cba; }
.mybordercolor {border:3px solid #ce6cba; }

#ce6cba Text Font Color

<p style="color:#ce6cba">Text here</p>

This sample text font color is #ce6cba
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ce6cba Background Color

<div style="background-color:#ce6cba">
Div content here</div>

This div background color is #ce6cba


#ce6cba Border Color

<div style="border:3px solid #ce6cba">
Div here</div>

This div border color is #ce6cba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,108,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ce6cba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ce6cba;
  -webkit-box-shadow: 1px 1px 3px 2px #ce6cba;
  box-shadow:         1px 1px 3px 2px #ce6cba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,108,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ce6cba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ce6cba;
  -webkit-box-shadow: 1px 1px 3px 2px #ce6cba;
  box-shadow:         1px 1px 3px 2px #ce6cba;">
Div content here</div>

This div box has shadow with color #ce6cba


Comments

No comments written yet.

Please login to write comment.