Color Hex Logo

#c15eae Color Hex

#C15EAE
(193,94,174)
0 Favorites   0 Comments

Color spaces of #c15eae

RGB 19394174
HSL0.870.440.56
HSV312°51°76°
CMYK 0.000.510.10   0.24
XYZ33.635022.398942.5951
Yxy22.39890.34100.2271
Hunter Lab47.327544.0345-20.2322
CIE-Lab54.447750.0075-24.8111

#c15eae color RGB value is (193,94,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011110 10101110
Octal 301 136 256
Decimal 193 94 174
Hex C1 5E AE

RGB Percentages of Color #c15eae

%41.87
%20.39
%37.74

CMYK Percentages of Color #c15eae

%0
%51
%10
%24

Triadic Colors of #c15eae

#c15eae #aec15e #5eaec1

Analogous Colors of #c15eae

#c15eae #c15e7d #a35ec1

Monochromatic Colors of #c15eae

#c15eae

Complementary Color

#c15eae #5ec171

#c15eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15eae Color CSS Codes

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

#c15eae Text Font Color

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

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


#c15eae Background Color

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

This div background color is #c15eae


#c15eae Border Color

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

This div border color is #c15eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15eae


Comments

No comments written yet.

Please login to write comment.