Color Hex Logo

#cc75ae Color Hex

#CC75AE
(204,117,174)
0 Favorites   0 Comments

Color spaces of #cc75ae

RGB 204117174
HSL0.890.460.63
HSV321°43°80°
CMYK 0.000.430.15   0.20
XYZ38.903128.615943.5174
Yxy28.61590.35040.2577
Hunter Lab53.493836.1990-10.7869
CIE-Lab60.441141.7499-15.5258

#cc75ae color RGB value is (204,117,174).

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

The process color (four color CMYK) of #cc75ae color hex is 0.00, 0.43, 0.15, 0.20. Web safe color of #cc75ae is #cc6699. Color #cc75ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110101 10101110
Octal 314 165 256
Decimal 204 117 174
Hex CC 75 AE

RGB Percentages of Color #cc75ae

%41.21
%23.64
%35.15

CMYK Percentages of Color #cc75ae

%0
%43
%15
%20

Triadic Colors of #cc75ae

#cc75ae #aecc75 #75aecc

Analogous Colors of #cc75ae

#cc75ae #cc7583 #bf75cc

Monochromatic Colors of #cc75ae

#cc75ae

Complementary Color

#cc75ae #75cc93

#cc75ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc75ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc75ae Color CSS Codes

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

#cc75ae Text Font Color

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

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


#cc75ae Background Color

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

This div background color is #cc75ae


#cc75ae Border Color

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

This div border color is #cc75ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc75ae


Comments

No comments written yet.

Please login to write comment.