Color Hex Logo

#c076af Color Hex

#C076AF
(192,118,175)
0 Favorites   0 Comments

Color spaces of #c076af

RGB 192118175
HSL0.870.370.61
HSV314°39°75°
CMYK 0.000.390.09   0.25
XYZ35.954527.258543.9238
Yxy27.25850.33560.2544
Hunter Lab52.209731.5582-13.3337
CIE-Lab59.212837.4177-18.1007

#c076af color RGB value is (192,118,175).

#c076af hex color red value is 192, green value is 118 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c076af hue: 0.87 , saturation: 0.37 and the lightness value of c076af is 0.61.

The process color (four color CMYK) of #c076af color hex is 0.00, 0.39, 0.09, 0.25. Web safe color of #c076af is #cc6699. Color #c076af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110110 10101111
Octal 300 166 257
Decimal 192 118 175
Hex C0 76 AF

RGB Percentages of Color #c076af

%39.59
%24.33
%36.08

CMYK Percentages of Color #c076af

%0
%39
%9
%25

Triadic Colors of #c076af

#c076af #afc076 #76afc0

Analogous Colors of #c076af

#c076af #c0768a #ac76c0

Monochromatic Colors of #c076af

#c076af

Complementary Color

#c076af #76c087

#c076af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c076af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c076af Color CSS Codes

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

#c076af Text Font Color

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

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


#c076af Background Color

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

This div background color is #c076af


#c076af Border Color

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

This div border color is #c076af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c076af


Comments

No comments written yet.

Please login to write comment.