Color Hex Logo

#c065ac Color Hex

#C065AC
(192,101,172)
0 Favorites   0 Comments

Color spaces of #c065ac

RGB 192101172
HSL0.870.420.57
HSV313°47°75°
CMYK 0.000.470.10   0.25
XYZ33.838323.492441.7807
Yxy23.49240.34140.2370
Hunter Lab48.469039.7980-17.1803
CIE-Lab55.575945.8555-21.9276

#c065ac color RGB value is (192,101,172).

#c065ac hex color red value is 192, green value is 101 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c065ac hue: 0.87 , saturation: 0.42 and the lightness value of c065ac is 0.57.

The process color (four color CMYK) of #c065ac color hex is 0.00, 0.47, 0.10, 0.25. Web safe color of #c065ac is #cc6699. Color #c065ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100101 10101100
Octal 300 145 254
Decimal 192 101 172
Hex C0 65 AC

RGB Percentages of Color #c065ac

%41.29
%21.72
%36.99

CMYK Percentages of Color #c065ac

%0
%47
%10
%25

Triadic Colors of #c065ac

#c065ac #acc065 #65acc0

Analogous Colors of #c065ac

#c065ac #c0657f #a765c0

Monochromatic Colors of #c065ac

#c065ac

Complementary Color

#c065ac #65c079

#c065ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c065ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c065ac Color CSS Codes

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

#c065ac Text Font Color

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

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


#c065ac Background Color

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

This div background color is #c065ac


#c065ac Border Color

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

This div border color is #c065ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c065ac


Comments

No comments written yet.

Please login to write comment.