Color Hex Logo

#cc44ca Color Hex

#CC44CA
(204,68,202)
0 Favorites   0 Comments

Color spaces of #cc44ca

RGB 20468202
HSL0.840.570.53
HSV301°67°80°
CMYK 0.000.670.01   0.20
XYZ37.629621.235957.9927
Yxy21.23590.32200.1817
Hunter Lab46.082465.1138-42.3562
CIE-Lab53.206768.8369-42.7973

#cc44ca color RGB value is (204,68,202).

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

The process color (four color CMYK) of #cc44ca color hex is 0.00, 0.67, 0.01, 0.20. Web safe color of #cc44ca is #cc33cc. Color #cc44ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000100 11001010
Octal 314 104 312
Decimal 204 68 202
Hex CC 44 CA

RGB Percentages of Color #cc44ca

%43.04
%14.35
%42.62

CMYK Percentages of Color #cc44ca

%0
%67
%1
%20

Triadic Colors of #cc44ca

#cc44ca #cacc44 #44cacc

Analogous Colors of #cc44ca

#cc44ca #cc4486 #8a44cc

Monochromatic Colors of #cc44ca

#cc44ca

Complementary Color

#cc44ca #44cc46

#cc44ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc44ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc44ca Color CSS Codes

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

#cc44ca Text Font Color

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

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


#cc44ca Background Color

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

This div background color is #cc44ca


#cc44ca Border Color

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

This div border color is #cc44ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc44ca


Comments

No comments written yet.

Please login to write comment.