Color Hex Logo

#cc75b6 Color Hex

#CC75B6
(204,117,182)
0 Favorites   0 Comments

Color spaces of #cc75b6

RGB 204117182
HSL0.880.460.63
HSV315°43°80°
CMYK 0.000.430.11   0.20
XYZ39.706628.937347.7487
Yxy28.93730.34110.2486
Hunter Lab53.793437.6180-14.9723
CIE-Lab60.726343.0594-19.6621

#cc75b6 color RGB value is (204,117,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110101 10110110
Octal 314 165 266
Decimal 204 117 182
Hex CC 75 B6

RGB Percentages of Color #cc75b6

%40.56
%23.26
%36.18

CMYK Percentages of Color #cc75b6

%0
%43
%11
%20

Triadic Colors of #cc75b6

#cc75b6 #b6cc75 #75b6cc

Analogous Colors of #cc75b6

#cc75b6 #cc758b #b775cc

Monochromatic Colors of #cc75b6

#cc75b6

Complementary Color

#cc75b6 #75cc8b

#cc75b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc75b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc75b6 Color CSS Codes

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

#cc75b6 Text Font Color

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

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


#cc75b6 Background Color

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

This div background color is #cc75b6


#cc75b6 Border Color

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

This div border color is #cc75b6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc75b6


Comments

No comments written yet.

Please login to write comment.