Color Hex Logo

#c077af Color Hex

#C077AF
(192,119,175)
0 Favorites   0 Comments

Color spaces of #c077af

RGB 192119175
HSL0.870.370.61
HSV314°38°75°
CMYK 0.000.380.09   0.25
XYZ36.072927.495343.9633
Yxy27.49530.33550.2557
Hunter Lab52.436031.0347-13.0047
CIE-Lab59.430036.8781-17.7706

#c077af color RGB value is (192,119,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110111 10101111
Octal 300 167 257
Decimal 192 119 175
Hex C0 77 AF

RGB Percentages of Color #c077af

%39.51
%24.49
%36.01

CMYK Percentages of Color #c077af

%0
%38
%9
%25

Triadic Colors of #c077af

#c077af #afc077 #77afc0

Analogous Colors of #c077af

#c077af #c0778b #ad77c0

Monochromatic Colors of #c077af

#c077af

Complementary Color

#c077af #77c088

#c077af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c077af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c077af Color CSS Codes

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

#c077af Text Font Color

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

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


#c077af Background Color

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

This div background color is #c077af


#c077af Border Color

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

This div border color is #c077af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c077af


Comments

No comments written yet.

Please login to write comment.