Color Hex Logo

#cc75dd Color Hex

#CC75DD
(204,117,221)
0 Favorites   0 Comments

Color spaces of #cc75dd

RGB 204117221
HSL0.810.600.66
HSV290°47°87°
CMYK 0.080.470.00   0.13
XYZ44.314330.780472.0122
Yxy30.78040.30120.2092
Hunter Lab55.480145.4854-38.1213
CIE-Lab62.321850.1143-39.2147

#cc75dd color RGB value is (204,117,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110101 11011101
Octal 314 165 335
Decimal 204 117 221
Hex CC 75 DD

RGB Percentages of Color #cc75dd

%37.64
%21.59
%40.77

CMYK Percentages of Color #cc75dd

%8
%47
%0
%13

Triadic Colors of #cc75dd

#cc75dd #ddcc75 #75ddcc

Analogous Colors of #cc75dd

#cc75dd #dd75ba #9875dd

Monochromatic Colors of #cc75dd

#cc75dd

Complementary Color

#cc75dd #86dd75

#cc75dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc75dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc75dd Color CSS Codes

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

#cc75dd Text Font Color

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

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


#cc75dd Background Color

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

This div background color is #cc75dd


#cc75dd Border Color

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

This div border color is #cc75dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc75dd


Comments

No comments written yet.

Please login to write comment.