Color Hex Logo

#cc74af Color Hex

#CC74AF
(204,116,175)
0 Favorites   0 Comments

Color spaces of #cc74af

RGB 204116175
HSL0.890.460.63
HSV320°43°80°
CMYK 0.000.430.14   0.20
XYZ38.885128.423343.9942
Yxy28.42330.34940.2554
Hunter Lab53.313536.8933-11.6065
CIE-Lab60.269342.4335-16.3583

#cc74af color RGB value is (204,116,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110100 10101111
Octal 314 164 257
Decimal 204 116 175
Hex CC 74 AF

RGB Percentages of Color #cc74af

%41.21
%23.43
%35.35

CMYK Percentages of Color #cc74af

%0
%43
%14
%20

Triadic Colors of #cc74af

#cc74af #afcc74 #74afcc

Analogous Colors of #cc74af

#cc74af #cc7483 #bd74cc

Monochromatic Colors of #cc74af

#cc74af

Complementary Color

#cc74af #74cc91

#cc74af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc74af Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc74af Color CSS Codes

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

#cc74af Text Font Color

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

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


#cc74af Background Color

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

This div background color is #cc74af


#cc74af Border Color

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

This div border color is #cc74af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc74af


Comments

No comments written yet.

Please login to write comment.