Color Hex Logo

#cc4499 Color Hex

#CC4499
(204,68,153)
0 Favorites   0 Comments

Color spaces of #cc4499

RGB 20468153
HSL0.900.570.53
HSV323°67°80°
CMYK 0.000.670.25   0.20
XYZ32.718719.271532.1323
Yxy19.27150.38890.2291
Hunter Lab43.899356.2144-12.6681
CIE-Lab51.003361.6127-17.6319

#cc4499 color RGB value is (204,68,153). This hex color code is also a web safe color which is equal to #C49.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000100 10011001
Octal 314 104 231
Decimal 204 68 153
Hex CC 44 99

RGB Percentages of Color #cc4499

%48.00
%16.00
%36.00

CMYK Percentages of Color #cc4499

%0
%67
%25
%20

Triadic Colors of #cc4499

#cc4499 #99cc44 #4499cc

Analogous Colors of #cc4499

#cc4499 #cc4455 #bb44cc

Monochromatic Colors of #cc4499

#cc4499

Complementary Color

#cc4499 #44cc77

#cc4499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc4499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc4499 Color CSS Codes

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

#cc4499 Text Font Color

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

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


#cc4499 Background Color

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

This div background color is #cc4499


#cc4499 Border Color

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

This div border color is #cc4499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc4499


Comments

No comments written yet.

Please login to write comment.