Color Hex Logo

#cd6ebb Color Hex

#CD6EBB
(205,110,187)
0 Favorites   0 Comments

Color spaces of #cd6ebb

RGB 205110187
HSL0.860.490.62
HSV311°46°80°
CMYK 0.000.460.09   0.20
XYZ39.722427.718950.2704
Yxy27.71890.33750.2355
Hunter Lab52.648742.5393-19.7575
CIE-Lab59.633947.8173-24.1746

#cd6ebb color RGB value is (205,110,187).

#cd6ebb hex color red value is 205, green value is 110 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cd6ebb hue: 0.86 , saturation: 0.49 and the lightness value of cd6ebb is 0.62.

The process color (four color CMYK) of #cd6ebb color hex is 0.00, 0.46, 0.09, 0.20. Web safe color of #cd6ebb is #cc66cc. Color #cd6ebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01101110 10111011
Octal 315 156 273
Decimal 205 110 187
Hex CD 6E BB

RGB Percentages of Color #cd6ebb

%40.84
%21.91
%37.25

CMYK Percentages of Color #cd6ebb

%0
%46
%9
%20

Triadic Colors of #cd6ebb

#cd6ebb #bbcd6e #6ebbcd

Analogous Colors of #cd6ebb

#cd6ebb #cd6e8c #b06ecd

Monochromatic Colors of #cd6ebb

#cd6ebb

Complementary Color

#cd6ebb #6ecd80

#cd6ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd6ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd6ebb Color CSS Codes

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

#cd6ebb Text Font Color

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

This sample text font color is #cd6ebb
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.


#cd6ebb Background Color

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

This div background color is #cd6ebb


#cd6ebb Border Color

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

This div border color is #cd6ebb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,110,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cd6ebb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cd6ebb;
  -webkit-box-shadow: 1px 1px 3px 2px #cd6ebb;
  box-shadow:         1px 1px 3px 2px #cd6ebb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,110,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd6ebb


Comments

No comments written yet.

Please login to write comment.