Color Hex Logo

#cc73ce Color Hex

#CC73CE
(204,115,206)
0 Favorites   0 Comments

Color spaces of #cc73ce

RGB 204115206
HSL0.830.480.63
HSV299°44°81°
CMYK 0.010.440.00   0.19
XYZ42.173229.555161.8744
Yxy29.55510.31570.2212
Hunter Lab54.364643.3329-29.4250
CIE-Lab61.268448.3072-32.4370

#cc73ce color RGB value is (204,115,206).

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

The process color (four color CMYK) of #cc73ce color hex is 0.01, 0.44, 0.00, 0.19. Web safe color of #cc73ce is #cc66cc. Color #cc73ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110011 11001110
Octal 314 163 316
Decimal 204 115 206
Hex CC 73 CE

RGB Percentages of Color #cc73ce

%38.86
%21.90
%39.24

CMYK Percentages of Color #cc73ce

%1
%44
%0
%19

Triadic Colors of #cc73ce

#cc73ce #cecc73 #73cecc

Analogous Colors of #cc73ce

#cc73ce #ce73a3 #9f73ce

Monochromatic Colors of #cc73ce

#cc73ce

Complementary Color

#cc73ce #75ce73

#cc73ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc73ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc73ce Color CSS Codes

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

#cc73ce Text Font Color

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

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


#cc73ce Background Color

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

This div background color is #cc73ce


#cc73ce Border Color

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

This div border color is #cc73ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc73ce


Comments

No comments written yet.

Please login to write comment.