Color Hex Logo

#cc73de Color Hex

#CC73DE
(204,115,222)
0 Favorites   0 Comments

Color spaces of #cc73de

RGB 204115222
HSL0.810.620.66
HSV290°48°87°
CMYK 0.080.480.00   0.13
XYZ44.217430.372872.6393
Yxy30.37280.30030.2063
Hunter Lab55.111546.7700-39.5686
CIE-Lab61.974651.3283-40.3178

#cc73de color RGB value is (204,115,222).

#cc73de hex color red value is 204, green value is 115 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cc73de hue: 0.81 , saturation: 0.62 and the lightness value of cc73de is 0.66.

The process color (four color CMYK) of #cc73de color hex is 0.08, 0.48, 0.00, 0.13. Web safe color of #cc73de is #cc66cc. Color #cc73de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110011 11011110
Octal 314 163 336
Decimal 204 115 222
Hex CC 73 DE

RGB Percentages of Color #cc73de

%37.71
%21.26
%41.04

CMYK Percentages of Color #cc73de

%8
%48
%0
%13

Triadic Colors of #cc73de

#cc73de #decc73 #73decc

Analogous Colors of #cc73de

#cc73de #de73bb #9773de

Monochromatic Colors of #cc73de

#cc73de

Complementary Color

#cc73de #85de73

#cc73de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc73de Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc73de Color CSS Codes

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

#cc73de Text Font Color

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

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


#cc73de Background Color

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

This div background color is #cc73de


#cc73de Border Color

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

This div border color is #cc73de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc73de


Comments

No comments written yet.

Please login to write comment.