Color Hex Logo

#c06eac Color Hex

#C06EAC
(192,110,172)
0 Favorites   0 Comments

Color spaces of #c06eac

RGB 192110172
HSL0.870.390.59
HSV315°43°75°
CMYK 0.000.430.10   0.25
XYZ34.760625.336942.0882
Yxy25.33690.34020.2479
Hunter Lab50.335835.1799-14.3402
CIE-Lab57.402241.1745-19.1346

#c06eac color RGB value is (192,110,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101110 10101100
Octal 300 156 254
Decimal 192 110 172
Hex C0 6E AC

RGB Percentages of Color #c06eac

%40.51
%23.21
%36.29

CMYK Percentages of Color #c06eac

%0
%43
%10
%25

Triadic Colors of #c06eac

#c06eac #acc06e #6eacc0

Analogous Colors of #c06eac

#c06eac #c06e83 #ab6ec0

Monochromatic Colors of #c06eac

#c06eac

Complementary Color

#c06eac #6ec082

#c06eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06eac Color CSS Codes

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

#c06eac Text Font Color

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

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


#c06eac Background Color

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

This div background color is #c06eac


#c06eac Border Color

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

This div border color is #c06eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06eac


Comments

No comments written yet.

Please login to write comment.