Color Hex Logo

#cc434b Color Hex

#CC434B
(204,67,75)
0 Favorites   0 Comments

Color spaces of #cc434b

RGB 2046775
HSL0.990.570.53
HSV356°67°80°
CMYK 0.000.670.63   0.20
XYZ28.179017.35978.5222
Yxy17.35970.52120.3211
Hunter Lab41.665047.810017.0382
CIE-Lab48.710154.477326.0177

#cc434b color RGB value is (204,67,75).

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

The process color (four color CMYK) of #cc434b color hex is 0.00, 0.67, 0.63, 0.20. Web safe color of #cc434b is #cc3333. Color #cc434b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000011 01001011
Octal 314 103 113
Decimal 204 67 75
Hex CC 43 4B

RGB Percentages of Color #cc434b

%58.96
%19.36
%21.68

CMYK Percentages of Color #cc434b

%0
%67
%63
%20

Triadic Colors of #cc434b

#cc434b #4bcc43 #434bcc

Analogous Colors of #cc434b

#cc434b #cc8043 #cc4390

Monochromatic Colors of #cc434b

#cc434b

Complementary Color

#cc434b #43ccc4

#cc434b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc434b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc434b Color CSS Codes

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

#cc434b Text Font Color

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

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


#cc434b Background Color

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

This div background color is #cc434b


#cc434b Border Color

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

This div border color is #cc434b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc434b


Comments

No comments written yet.

Please login to write comment.