Color Hex Logo

#c01eac Color Hex

#C01EAC
(192,30,172)
0 Favorites   0 Comments

Color spaces of #c01eac

RGB 19230172
HSL0.850.730.44
HSV307°84°75°
CMYK 0.000.840.10   0.25
XYZ29.648915.113640.3843
Yxy15.11360.34820.1775
Hunter Lab38.876268.0994-34.3766
CIE-Lab45.789472.7656-37.1635

#c01eac color RGB value is (192,30,172).

#c01eac hex color red value is 192, green value is 30 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c01eac hue: 0.85 , saturation: 0.73 and the lightness value of c01eac is 0.44.

The process color (four color CMYK) of #c01eac color hex is 0.00, 0.84, 0.10, 0.25. Web safe color of #c01eac is #cc3399. Color #c01eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011110 10101100
Octal 300 36 254
Decimal 192 30 172
Hex C0 1E AC

RGB Percentages of Color #c01eac

%48.73
%7.61
%43.65

CMYK Percentages of Color #c01eac

%0
%84
%10
%25

Triadic Colors of #c01eac

#c01eac #acc01e #1eacc0

Analogous Colors of #c01eac

#c01eac #c01e5b #831ec0

Monochromatic Colors of #c01eac

#c01eac

Complementary Color

#c01eac #1ec032

#c01eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01eac Color CSS Codes

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

#c01eac Text Font Color

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

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


#c01eac Background Color

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

This div background color is #c01eac


#c01eac Border Color

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

This div border color is #c01eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01eac


Comments

No comments written yet.

Please login to write comment.