Color Hex Logo

#cc73bf Color Hex

#CC73BF
(204,115,191)
0 Favorites   0 Comments

Color spaces of #cc73bf

RGB 204115191
HSL0.860.470.63
HSV309°44°80°
CMYK 0.000.440.06   0.20
XYZ40.436528.860452.7296
Yxy28.86040.33140.2365
Hunter Lab53.721940.3438-20.5896
CIE-Lab60.658245.6290-24.8891

#cc73bf color RGB value is (204,115,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110011 10111111
Octal 314 163 277
Decimal 204 115 191
Hex CC 73 BF

RGB Percentages of Color #cc73bf

%40.00
%22.55
%37.45

CMYK Percentages of Color #cc73bf

%0
%44
%6
%20

Triadic Colors of #cc73bf

#cc73bf #bfcc73 #73bfcc

Analogous Colors of #cc73bf

#cc73bf #cc7393 #ad73cc

Monochromatic Colors of #cc73bf

#cc73bf

Complementary Color

#cc73bf #73cc80

#cc73bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc73bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc73bf Color CSS Codes

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

#cc73bf Text Font Color

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

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


#cc73bf Background Color

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

This div background color is #cc73bf


#cc73bf Border Color

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

This div border color is #cc73bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc73bf


Comments

No comments written yet.

Please login to write comment.