Color Hex Logo

#cc75db Color Hex

#CC75DB
(204,117,219)
0 Favorites   0 Comments

Color spaces of #cc75db

RGB 204117219
HSL0.810.590.66
HSV291°47°86°
CMYK 0.070.470.00   0.14
XYZ44.049330.674470.6169
Yxy30.67440.30310.2111
Hunter Lab55.384545.0448-36.8274
CIE-Lab62.231849.7279-38.2372

#cc75db color RGB value is (204,117,219).

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

The process color (four color CMYK) of #cc75db color hex is 0.07, 0.47, 0.00, 0.14. Web safe color of #cc75db is #cc66cc. Color #cc75db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110101 11011011
Octal 314 165 333
Decimal 204 117 219
Hex CC 75 DB

RGB Percentages of Color #cc75db

%37.78
%21.67
%40.56

CMYK Percentages of Color #cc75db

%7
%47
%0
%14

Triadic Colors of #cc75db

#cc75db #dbcc75 #75dbcc

Analogous Colors of #cc75db

#cc75db #db75b7 #9975db

Monochromatic Colors of #cc75db

#cc75db

Complementary Color

#cc75db #84db75

#cc75db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc75db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc75db Color CSS Codes

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

#cc75db Text Font Color

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

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


#cc75db Background Color

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

This div background color is #cc75db


#cc75db Border Color

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

This div border color is #cc75db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc75db


Comments

No comments written yet.

Please login to write comment.