Color Hex Logo

#cc73ca Color Hex

#CC73CA
(204,115,202)
0 Favorites   0 Comments

Color spaces of #cc73ca

RGB 204115202
HSL0.840.470.63
HSV301°44°80°
CMYK 0.000.440.01   0.20
XYZ41.693229.363159.3473
Yxy29.36310.31970.2252
Hunter Lab54.187742.5132-27.0040
CIE-Lab61.100847.5776-30.4394

#cc73ca color RGB value is (204,115,202).

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

The process color (four color CMYK) of #cc73ca color hex is 0.00, 0.44, 0.01, 0.20. Web safe color of #cc73ca is #cc66cc. Color #cc73ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110011 11001010
Octal 314 163 312
Decimal 204 115 202
Hex CC 73 CA

RGB Percentages of Color #cc73ca

%39.16
%22.07
%38.77

CMYK Percentages of Color #cc73ca

%0
%44
%1
%20

Triadic Colors of #cc73ca

#cc73ca #cacc73 #73cacc

Analogous Colors of #cc73ca

#cc73ca #cc739e #a273cc

Monochromatic Colors of #cc73ca

#cc73ca

Complementary Color

#cc73ca #73cc75

#cc73ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc73ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc73ca Color CSS Codes

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

#cc73ca Text Font Color

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

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


#cc73ca Background Color

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

This div background color is #cc73ca


#cc73ca Border Color

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

This div border color is #cc73ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc73ca


Comments

No comments written yet.

Please login to write comment.