Color Hex Logo

#cc75bb Color Hex

#CC75BB
(204,117,187)
0 Favorites   0 Comments

Color spaces of #cc75bb

RGB 204117187
HSL0.870.460.63
HSV312°43°80°
CMYK 0.000.430.08   0.20
XYZ40.232829.147850.5193
Yxy29.14780.33560.2431
Hunter Lab53.988738.5394-17.6878
CIE-Lab60.911843.9033-22.2260

#cc75bb color RGB value is (204,117,187).

#cc75bb hex color red value is 204, green value is 117 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cc75bb hue: 0.87 , saturation: 0.46 and the lightness value of cc75bb is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110101 10111011
Octal 314 165 273
Decimal 204 117 187
Hex CC 75 BB

RGB Percentages of Color #cc75bb

%40.16
%23.03
%36.81

CMYK Percentages of Color #cc75bb

%0
%43
%8
%20

Triadic Colors of #cc75bb

#cc75bb #bbcc75 #75bbcc

Analogous Colors of #cc75bb

#cc75bb #cc7590 #b275cc

Monochromatic Colors of #cc75bb

#cc75bb

Complementary Color

#cc75bb #75cc86

#cc75bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc75bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc75bb Color CSS Codes

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

#cc75bb Text Font Color

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

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


#cc75bb Background Color

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

This div background color is #cc75bb


#cc75bb Border Color

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

This div border color is #cc75bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc75bb


Comments

No comments written yet.

Please login to write comment.