Color Hex Logo

#cc124b Color Hex

#CC124B
(204,18,75)
0 Favorites   0 Comments

Color spaces of #cc124b

RGB 2041875
HSL0.950.840.44
HSV342°91°80°
CMYK 0.000.910.63   0.20
XYZ26.388113.77807.9252
Yxy13.77800.54870.2865
Hunter Lab37.118761.939813.3241
CIE-Lab43.912967.936919.7929

#cc124b color RGB value is (204,18,75).

#cc124b hex color red value is 204, green value is 18 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #cc124b hue: 0.95 , saturation: 0.84 and the lightness value of cc124b is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010010 01001011
Octal 314 22 113
Decimal 204 18 75
Hex CC 12 4B

RGB Percentages of Color #cc124b

%68.69
%6.06
%25.25

CMYK Percentages of Color #cc124b

%0
%91
%63
%20

Triadic Colors of #cc124b

#cc124b #4bcc12 #124bcc

Analogous Colors of #cc124b

#cc124b #cc3612 #cc12a8

Monochromatic Colors of #cc124b

#cc124b

Complementary Color

#cc124b #12cc93

#cc124b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc124b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc124b Color CSS Codes

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

#cc124b Text Font Color

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

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


#cc124b Background Color

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

This div background color is #cc124b


#cc124b Border Color

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

This div border color is #cc124b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc124b


Comments

No comments written yet.

Please login to write comment.