Color Hex Logo

#c965ac Color Hex

#C965AC
(201,101,172)
0 Favorites   0 Comments

Color spaces of #c965ac

RGB 201101172
HSL0.880.480.59
HSV317°50°79°
CMYK 0.000.500.14   0.21
XYZ36.187524.703441.8907
Yxy24.70340.35210.2403
Hunter Lab49.702542.9832-15.1795
CIE-Lab56.785348.6608-19.9700

#c965ac color RGB value is (201,101,172).

#c965ac hex color red value is 201, green value is 101 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c965ac hue: 0.88 , saturation: 0.48 and the lightness value of c965ac is 0.59.

The process color (four color CMYK) of #c965ac color hex is 0.00, 0.50, 0.14, 0.21. Web safe color of #c965ac is #cc6699. Color #c965ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100101 10101100
Octal 311 145 254
Decimal 201 101 172
Hex C9 65 AC

RGB Percentages of Color #c965ac

%42.41
%21.31
%36.29

CMYK Percentages of Color #c965ac

%0
%50
%14
%21

Triadic Colors of #c965ac

#c965ac #acc965 #65acc9

Analogous Colors of #c965ac

#c965ac #c9657a #b465c9

Monochromatic Colors of #c965ac

#c965ac

Complementary Color

#c965ac #65c982

#c965ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c965ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c965ac Color CSS Codes

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

#c965ac Text Font Color

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

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


#c965ac Background Color

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

This div background color is #c965ac


#c965ac Border Color

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

This div border color is #c965ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,101,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 #c965ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c965ac


Comments

No comments written yet.

Please login to write comment.