color codes Logo

#cc038b color codes

#CC038B
(204,3,139)
0 Favorites   0 Comments

Color spaces of #cc038b

RGB 2043139
HSL0.890.970.41
HSV319°99°80°
CMYK 0.000.990.32   0.20
XYZ29.594614.766625.7165
Yxy14.76660.42230.2107
Hunter Lab38.427370.2230-12.7792
CIE-Lab45.312874.6125-17.9154

#cc038b color RGB value is (204,3,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000011 10001011
Octal 314 3 213
Decimal 204 3 139
Hex CC 3 8B

RGB Percentages of Color #cc038b

%58.96
%0.87
%40.17

CMYK Percentages of Color #cc038b

%0
%99
%32
%20

Triadic Colors of #cc038b

#cc038b #8bcc03 #038bcc

Analogous Colors of #cc038b

#cc038b #cc0326 #a903cc

Monochromatic Colors of #cc038b

#cc038b

Complementary Color

#cc038b #03cc44

#cc038b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc038b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc038b Color CSS Codes

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

#cc038b Text Font Color

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

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


#cc038b Background Color

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

This div background color is #cc038b


#cc038b Border Color

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

This div border color is #cc038b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc038b


Comments

No comments written yet.

Please login to write comment.