Color Hex Logo

#cc5958 Color Hex

#CC5958
(204,89,88)
0 Favorites   0 Comments

Color spaces of #cc5958

RGB 2048988
HSL0.000.530.57
HSV57°80°
CMYK 0.000.560.57   0.20
XYZ30.235720.686711.6319
Yxy20.68670.48340.3307
Hunter Lab45.482639.067716.6748
CIE-Lab52.604945.611023.3856

#cc5958 color RGB value is (204,89,88).

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

The process color (four color CMYK) of #cc5958 color hex is 0.00, 0.56, 0.57, 0.20. Web safe color of #cc5958 is #cc6666. Color #cc5958 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011001 01011000
Octal 314 131 130
Decimal 204 89 88
Hex CC 59 58

RGB Percentages of Color #cc5958

%53.54
%23.36
%23.10

CMYK Percentages of Color #cc5958

%0
%56
%57
%20

Triadic Colors of #cc5958

#cc5958 #58cc59 #5958cc

Analogous Colors of #cc5958

#cc5958 #cc9358 #cc5891

Monochromatic Colors of #cc5958

#cc5958

Complementary Color

#cc5958 #58cbcc

#cc5958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5958 Color CSS Codes

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

#cc5958 Text Font Color

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

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


#cc5958 Background Color

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

This div background color is #cc5958


#cc5958 Border Color

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

This div border color is #cc5958


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5958


Comments

No comments written yet.

Please login to write comment.