Color Hex Logo

#cc454d Color Hex

#CC454D
(204,69,77)
0 Favorites   0 Comments

Color spaces of #cc454d

RGB 2046977
HSL0.990.570.54
HSV356°66°80°
CMYK 0.000.660.62   0.20
XYZ28.369517.62948.9288
Yxy17.62940.51650.3210
Hunter Lab41.987447.128716.7829
CIE-Lab49.043553.789825.2530

#cc454d color RGB value is (204,69,77).

#cc454d hex color red value is 204, green value is 69 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #cc454d hue: 0.99 , saturation: 0.57 and the lightness value of cc454d is 0.54.

The process color (four color CMYK) of #cc454d color hex is 0.00, 0.66, 0.62, 0.20. Web safe color of #cc454d is #cc3366. Color #cc454d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000101 01001101
Octal 314 105 115
Decimal 204 69 77
Hex CC 45 4D

RGB Percentages of Color #cc454d

%58.29
%19.71
%22.00

CMYK Percentages of Color #cc454d

%0
%66
%62
%20

Triadic Colors of #cc454d

#cc454d #4dcc45 #454dcc

Analogous Colors of #cc454d

#cc454d #cc8145 #cc4591

Monochromatic Colors of #cc454d

#cc454d

Complementary Color

#cc454d #45ccc4

#cc454d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc454d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc454d Color CSS Codes

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

#cc454d Text Font Color

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

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


#cc454d Background Color

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

This div background color is #cc454d


#cc454d Border Color

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

This div border color is #cc454d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc454d


Comments

No comments written yet.

Please login to write comment.