Color Hex Logo

#cc4258 Color Hex

#CC4258
(204,66,88)
0 Favorites   0 Comments

Color spaces of #cc4258

RGB 2046688
HSL0.970.580.53
HSV350°68°80°
CMYK 0.000.680.57   0.20
XYZ28.611517.438411.0905
Yxy17.43840.50070.3052
Hunter Lab41.759349.220913.4852
CIE-Lab48.807755.753518.3346

#cc4258 color RGB value is (204,66,88).

#cc4258 hex color red value is 204, green value is 66 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #cc4258 hue: 0.97 , saturation: 0.58 and the lightness value of cc4258 is 0.53.

The process color (four color CMYK) of #cc4258 color hex is 0.00, 0.68, 0.57, 0.20. Web safe color of #cc4258 is #cc3366. Color #cc4258 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000010 01011000
Octal 314 102 130
Decimal 204 66 88
Hex CC 42 58

RGB Percentages of Color #cc4258

%56.98
%18.44
%24.58

CMYK Percentages of Color #cc4258

%0
%68
%57
%20

Triadic Colors of #cc4258

#cc4258 #58cc42 #4258cc

Analogous Colors of #cc4258

#cc4258 #cc7142 #cc429d

Monochromatic Colors of #cc4258

#cc4258

Complementary Color

#cc4258 #42ccb6

#cc4258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc4258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc4258 Color CSS Codes

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

#cc4258 Text Font Color

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

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


#cc4258 Background Color

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

This div background color is #cc4258


#cc4258 Border Color

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

This div border color is #cc4258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc4258


Comments

No comments written yet.

Please login to write comment.