Color Hex Logo

#cc73bc Color Hex

#CC73BC
(204,115,188)
0 Favorites   0 Comments

Color spaces of #cc73bc

RGB 204115188
HSL0.860.470.63
HSV311°44°80°
CMYK 0.000.440.08   0.20
XYZ40.109728.729751.0083
Yxy28.72970.33470.2397
Hunter Lab53.600139.7739-18.9030
CIE-Lab60.542345.1128-23.3610

#cc73bc color RGB value is (204,115,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110011 10111100
Octal 314 163 274
Decimal 204 115 188
Hex CC 73 BC

RGB Percentages of Color #cc73bc

%40.24
%22.68
%37.08

CMYK Percentages of Color #cc73bc

%0
%44
%8
%20

Triadic Colors of #cc73bc

#cc73bc #bccc73 #73bccc

Analogous Colors of #cc73bc

#cc73bc #cc7390 #b073cc

Monochromatic Colors of #cc73bc

#cc73bc

Complementary Color

#cc73bc #73cc83

#cc73bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc73bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc73bc Color CSS Codes

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

#cc73bc Text Font Color

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

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


#cc73bc Background Color

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

This div background color is #cc73bc


#cc73bc Border Color

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

This div border color is #cc73bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc73bc


Comments

No comments written yet.

Please login to write comment.