Color Hex Logo

#cc4481 Color Hex

#CC4481
(204,68,129)
0 Favorites   0 Comments

Color spaces of #cc4481

RGB 20468129
HSL0.930.570.53
HSV333°67°80°
CMYK 0.000.670.37   0.20
XYZ30.931418.556622.7204
Yxy18.55660.42840.2570
Hunter Lab43.077452.7853-1.1173
CIE-Lab50.164458.7285-4.5501

#cc4481 color RGB value is (204,68,129).

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

The process color (four color CMYK) of #cc4481 color hex is 0.00, 0.67, 0.37, 0.20. Web safe color of #cc4481 is #cc3399. Color #cc4481 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000100 10000001
Octal 314 104 201
Decimal 204 68 129
Hex CC 44 81

RGB Percentages of Color #cc4481

%50.87
%16.96
%32.17

CMYK Percentages of Color #cc4481

%0
%67
%37
%20

Triadic Colors of #cc4481

#cc4481 #81cc44 #4481cc

Analogous Colors of #cc4481

#cc4481 #cc4b44 #cc44c5

Monochromatic Colors of #cc4481

#cc4481

Complementary Color

#cc4481 #44cc8f

#cc4481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc4481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc4481 Color CSS Codes

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

#cc4481 Text Font Color

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

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


#cc4481 Background Color

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

This div background color is #cc4481


#cc4481 Border Color

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

This div border color is #cc4481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc4481


Comments

No comments written yet.

Please login to write comment.