Color Hex Logo

#c15eac Color Hex

#C15EAC
(193,94,172)
0 Favorites   0 Comments

Color spaces of #c15eac

RGB 19394172
HSL0.870.440.56
HSV313°51°76°
CMYK 0.000.510.11   0.24
XYZ33.441422.321441.5756
Yxy22.32140.34360.2293
Hunter Lab47.245543.6665-19.1027
CIE-Lab54.366449.6783-23.7749

#c15eac color RGB value is (193,94,172).

#c15eac hex color red value is 193, green value is 94 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c15eac hue: 0.87 , saturation: 0.44 and the lightness value of c15eac is 0.56.

The process color (four color CMYK) of #c15eac color hex is 0.00, 0.51, 0.11, 0.24. Web safe color of #c15eac is #cc6699. Color #c15eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011110 10101100
Octal 301 136 254
Decimal 193 94 172
Hex C1 5E AC

RGB Percentages of Color #c15eac

%42.05
%20.48
%37.47

CMYK Percentages of Color #c15eac

%0
%51
%11
%24

Triadic Colors of #c15eac

#c15eac #acc15e #5eacc1

Analogous Colors of #c15eac

#c15eac #c15e7b #a55ec1

Monochromatic Colors of #c15eac

#c15eac

Complementary Color

#c15eac #5ec173

#c15eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15eac Color CSS Codes

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

#c15eac Text Font Color

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

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


#c15eac Background Color

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

This div background color is #c15eac


#c15eac Border Color

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

This div border color is #c15eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15eac


Comments

No comments written yet.

Please login to write comment.