Color Hex Logo

#cc7fac Color Hex

#CC7FAC
(204,127,172)
0 Favorites   0 Comments

Color spaces of #cc7fac

RGB 204127172
HSL0.900.430.65
HSV325°38°80°
CMYK 0.000.380.16   0.20
XYZ39.937630.994742.9074
Yxy30.99470.35080.2723
Hunter Lab55.672930.6215-6.7241
CIE-Lab62.503236.1238-11.2790

#cc7fac color RGB value is (204,127,172).

#cc7fac hex color red value is 204, green value is 127 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cc7fac hue: 0.90 , saturation: 0.43 and the lightness value of cc7fac is 0.65.

The process color (four color CMYK) of #cc7fac color hex is 0.00, 0.38, 0.16, 0.20. Web safe color of #cc7fac is #cc6699. Color #cc7fac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111111 10101100
Octal 314 177 254
Decimal 204 127 172
Hex CC 7F AC

RGB Percentages of Color #cc7fac

%40.56
%25.25
%34.19

CMYK Percentages of Color #cc7fac

%0
%38
%16
%20

Triadic Colors of #cc7fac

#cc7fac #accc7f #7faccc

Analogous Colors of #cc7fac

#cc7fac #cc7f86 #c67fcc

Monochromatic Colors of #cc7fac

#cc7fac

Complementary Color

#cc7fac #7fcc9f

#cc7fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7fac Color CSS Codes

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

#cc7fac Text Font Color

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

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


#cc7fac Background Color

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

This div background color is #cc7fac


#cc7fac Border Color

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

This div border color is #cc7fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7fac


Comments

No comments written yet.

Please login to write comment.