Color Hex Logo

#cc123e Color Hex

#CC123E
(204,18,62)
0 Favorites   0 Comments

Color spaces of #cc123e

RGB 2041862
HSL0.960.840.44
HSV346°91°80°
CMYK 0.000.910.70   0.20
XYZ25.987613.61785.8162
Yxy13.61780.57210.2998
Hunter Lab36.902361.125516.4869
CIE-Lab43.679767.283027.5739

#cc123e color RGB value is (204,18,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010010 00111110
Octal 314 22 76
Decimal 204 18 62
Hex CC 12 3E

RGB Percentages of Color #cc123e

%71.83
%6.34
%21.83

CMYK Percentages of Color #cc123e

%0
%91
%70
%20

Triadic Colors of #cc123e

#cc123e #3ecc12 #123ecc

Analogous Colors of #cc123e

#cc123e #cc4312 #cc129b

Monochromatic Colors of #cc123e

#cc123e

Complementary Color

#cc123e #12cca0

#cc123e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc123e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc123e Color CSS Codes

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

#cc123e Text Font Color

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

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


#cc123e Background Color

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

This div background color is #cc123e


#cc123e Border Color

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

This div border color is #cc123e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc123e


Comments

No comments written yet.

Please login to write comment.