Color Hex Logo

#c06fae Color Hex

#C06FAE
(192,111,174)
0 Favorites   0 Comments

Color spaces of #c06fae

RGB 192111174
HSL0.870.390.59
HSV313°42°75°
CMYK 0.000.420.09   0.25
XYZ35.062625.631343.1437
Yxy25.63130.33770.2468
Hunter Lab50.627435.0245-15.0867
CIE-Lab57.685440.9863-19.8541

#c06fae color RGB value is (192,111,174).

#c06fae hex color red value is 192, green value is 111 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c06fae hue: 0.87 , saturation: 0.39 and the lightness value of c06fae is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101111 10101110
Octal 300 157 256
Decimal 192 111 174
Hex C0 6F AE

RGB Percentages of Color #c06fae

%40.25
%23.27
%36.48

CMYK Percentages of Color #c06fae

%0
%42
%9
%25

Triadic Colors of #c06fae

#c06fae #aec06f #6faec0

Analogous Colors of #c06fae

#c06fae #c06f86 #aa6fc0

Monochromatic Colors of #c06fae

#c06fae

Complementary Color

#c06fae #6fc081

#c06fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06fae Color CSS Codes

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

#c06fae Text Font Color

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

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


#c06fae Background Color

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

This div background color is #c06fae


#c06fae Border Color

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

This div border color is #c06fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06fae


Comments

No comments written yet.

Please login to write comment.