Color Hex Logo

#cd028b Color Hex

#CD028B
(205,2,139)
0 Favorites   0 Comments

Color spaces of #cd028b

RGB 2052139
HSL0.890.980.41
HSV320°99°80°
CMYK 0.000.990.32   0.20
XYZ29.858714.886625.7258
Yxy14.88660.42370.2112
Hunter Lab38.583270.6169-12.5241
CIE-Lab45.478574.9037-17.6447

#cd028b color RGB value is (205,2,139).

#cd028b hex color red value is 205, green value is 2 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #cd028b hue: 0.89 , saturation: 0.98 and the lightness value of cd028b is 0.41.

The process color (four color CMYK) of #cd028b color hex is 0.00, 0.99, 0.32, 0.20. Web safe color of #cd028b is #cc0099. Color #cd028b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00000010 10001011
Octal 315 2 213
Decimal 205 2 139
Hex CD 2 8B

RGB Percentages of Color #cd028b

%59.25
%0.58
%40.17

CMYK Percentages of Color #cd028b

%0
%99
%32
%20

Triadic Colors of #cd028b

#cd028b #8bcd02 #028bcd

Analogous Colors of #cd028b

#cd028b #cd0226 #aa02cd

Monochromatic Colors of #cd028b

#cd028b

Complementary Color

#cd028b #02cd44

#cd028b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd028b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd028b Color CSS Codes

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

#cd028b Text Font Color

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

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


#cd028b Background Color

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

This div background color is #cd028b


#cd028b Border Color

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

This div border color is #cd028b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd028b


Comments

No comments written yet.

Please login to write comment.