Color Hex Logo

#cc034b Color Hex

#CC034B
(204,3,75)
0 Favorites   0 Comments

Color spaces of #cc034b

RGB 204375
HSL0.940.970.41
HSV339°99°80°
CMYK 0.000.990.63   0.20
XYZ26.204413.41057.8640
Yxy13.41050.55190.2825
Hunter Lab36.620363.643512.9021
CIE-Lab43.375469.495019.0817

#cc034b color RGB value is (204,3,75).

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

The process color (four color CMYK) of #cc034b color hex is 0.00, 0.99, 0.63, 0.20. Web safe color of #cc034b is #cc0033. Color #cc034b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000011 01001011
Octal 314 3 113
Decimal 204 3 75
Hex CC 3 4B

RGB Percentages of Color #cc034b

%72.34
%1.06
%26.60

CMYK Percentages of Color #cc034b

%0
%99
%63
%20

Triadic Colors of #cc034b

#cc034b #4bcc03 #034bcc

Analogous Colors of #cc034b

#cc034b #cc2003 #cc03b0

Monochromatic Colors of #cc034b

#cc034b

Complementary Color

#cc034b #03cc84

#cc034b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc034b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc034b Color CSS Codes

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

#cc034b Text Font Color

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

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


#cc034b Background Color

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

This div background color is #cc034b


#cc034b Border Color

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

This div border color is #cc034b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc034b


Comments

No comments written yet.

Please login to write comment.