Color Hex Logo

#cc434d Color Hex

#CC434D
(204,67,77)
0 Favorites   0 Comments

Color spaces of #cc434d

RGB 2046777
HSL0.990.570.53
HSV356°67°80°
CMYK 0.000.670.62   0.20
XYZ28.248517.38758.8884
Yxy17.38750.51810.3189
Hunter Lab41.698347.952616.5506
CIE-Lab48.744654.602324.8690

#cc434d color RGB value is (204,67,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000011 01001101
Octal 314 103 115
Decimal 204 67 77
Hex CC 43 4D

RGB Percentages of Color #cc434d

%58.62
%19.25
%22.13

CMYK Percentages of Color #cc434d

%0
%67
%62
%20

Triadic Colors of #cc434d

#cc434d #4dcc43 #434dcc

Analogous Colors of #cc434d

#cc434d #cc7e43 #cc4392

Monochromatic Colors of #cc434d

#cc434d

Complementary Color

#cc434d #43ccc2

#cc434d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc434d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc434d Color CSS Codes

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

#cc434d Text Font Color

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

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


#cc434d Background Color

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

This div background color is #cc434d


#cc434d Border Color

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

This div border color is #cc434d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc434d


Comments

No comments written yet.

Please login to write comment.