Color Hex Logo

#c07aae Color Hex

#C07AAE
(192,122,174)
0 Favorites   0 Comments

Color spaces of #c07aae

RGB 192122174
HSL0.880.360.62
HSV315°36°75°
CMYK 0.000.360.09   0.25
XYZ36.337728.181543.5688
Yxy28.18150.33620.2607
Hunter Lab53.086329.2829-11.4999
CIE-Lab60.052435.0792-16.2541

#c07aae color RGB value is (192,122,174).

#c07aae hex color red value is 192, green value is 122 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c07aae hue: 0.88 , saturation: 0.36 and the lightness value of c07aae is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111010 10101110
Octal 300 172 256
Decimal 192 122 174
Hex C0 7A AE

RGB Percentages of Color #c07aae

%39.34
%25.00
%35.66

CMYK Percentages of Color #c07aae

%0
%36
%9
%25

Triadic Colors of #c07aae

#c07aae #aec07a #7aaec0

Analogous Colors of #c07aae

#c07aae #c07a8b #af7ac0

Monochromatic Colors of #c07aae

#c07aae

Complementary Color

#c07aae #7ac08c

#c07aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07aae Color CSS Codes

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

#c07aae Text Font Color

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

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


#c07aae Background Color

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

This div background color is #c07aae


#c07aae Border Color

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

This div border color is #c07aae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,122,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07aae


Comments

No comments written yet.

Please login to write comment.