Color Hex Logo

#cd1eab Color Hex

#CD1EAB
(205,30,171)
0 Favorites   0 Comments

Color spaces of #cd1eab

RGB 20530171
HSL0.870.740.46
HSV312°85°80°
CMYK 0.000.850.17   0.20
XYZ32.991816.848040.0412
Yxy16.84800.36710.1874
Hunter Lab41.046371.6419-29.1057
CIE-Lab48.067975.2376-32.8269

#cd1eab color RGB value is (205,30,171).

#cd1eab hex color red value is 205, green value is 30 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cd1eab hue: 0.87 , saturation: 0.74 and the lightness value of cd1eab is 0.46.

The process color (four color CMYK) of #cd1eab color hex is 0.00, 0.85, 0.17, 0.20. Web safe color of #cd1eab is #cc3399. Color #cd1eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00011110 10101011
Octal 315 36 253
Decimal 205 30 171
Hex CD 1E AB

RGB Percentages of Color #cd1eab

%50.49
%7.39
%42.12

CMYK Percentages of Color #cd1eab

%0
%85
%17
%20

Triadic Colors of #cd1eab

#cd1eab #abcd1e #1eabcd

Analogous Colors of #cd1eab

#cd1eab #cd1e53 #981ecd

Monochromatic Colors of #cd1eab

#cd1eab

Complementary Color

#cd1eab #1ecd40

#cd1eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd1eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd1eab Color CSS Codes

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

#cd1eab Text Font Color

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

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


#cd1eab Background Color

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

This div background color is #cd1eab


#cd1eab Border Color

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

This div border color is #cd1eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd1eab


Comments

No comments written yet.

Please login to write comment.