Color Hex Logo

#cd0ebb Color Hex

#CD0EBB
(205,14,187)
0 Favorites   0 Comments

Color spaces of #cd0ebb

RGB 20514187
HSL0.850.870.43
HSV306°93°80°
CMYK 0.000.930.09   0.20
XYZ34.303516.881148.4641
Yxy16.88110.34420.1694
Hunter Lab41.086677.1293-41.1754
CIE-Lab48.109979.6534-42.1696

#cd0ebb color RGB value is (205,14,187).

#cd0ebb hex color red value is 205, green value is 14 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cd0ebb hue: 0.85 , saturation: 0.87 and the lightness value of cd0ebb is 0.43.

The process color (four color CMYK) of #cd0ebb color hex is 0.00, 0.93, 0.09, 0.20. Web safe color of #cd0ebb is #cc00cc. Color #cd0ebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00001110 10111011
Octal 315 16 273
Decimal 205 14 187
Hex CD E BB

RGB Percentages of Color #cd0ebb

%50.49
%3.45
%46.06

CMYK Percentages of Color #cd0ebb

%0
%93
%9
%20

Triadic Colors of #cd0ebb

#cd0ebb #bbcd0e #0ebbcd

Analogous Colors of #cd0ebb

#cd0ebb #cd0e5b #800ecd

Monochromatic Colors of #cd0ebb

#cd0ebb

Complementary Color

#cd0ebb #0ecd20

#cd0ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd0ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd0ebb Color CSS Codes

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

#cd0ebb Text Font Color

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

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


#cd0ebb Background Color

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

This div background color is #cd0ebb


#cd0ebb Border Color

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

This div border color is #cd0ebb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,14,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 #cd0ebb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd0ebb


Comments

No comments written yet.

Please login to write comment.