Color Hex Logo

#c15eaf Color Hex

#C15EAF
(193,94,175)
0 Favorites   0 Comments

Color spaces of #c15eaf

RGB 19394175
HSL0.860.440.56
HSV311°51°76°
CMYK 0.000.510.09   0.24
XYZ33.732922.438043.1105
Yxy22.43800.33980.2260
Hunter Lab47.368844.2205-20.8019
CIE-Lab54.488750.1737-25.3281

#c15eaf color RGB value is (193,94,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011110 10101111
Octal 301 136 257
Decimal 193 94 175
Hex C1 5E AF

RGB Percentages of Color #c15eaf

%41.77
%20.35
%37.88

CMYK Percentages of Color #c15eaf

%0
%51
%9
%24

Triadic Colors of #c15eaf

#c15eaf #afc15e #5eafc1

Analogous Colors of #c15eaf

#c15eaf #c15e7e #a25ec1

Monochromatic Colors of #c15eaf

#c15eaf

Complementary Color

#c15eaf #5ec170

#c15eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15eaf Color CSS Codes

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

#c15eaf Text Font Color

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

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


#c15eaf Background Color

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

This div background color is #c15eaf


#c15eaf Border Color

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

This div border color is #c15eaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,94,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15eaf


Comments

No comments written yet.

Please login to write comment.