Color Hex Logo

#c15cae Color Hex

#C15CAE
(193,92,174)
0 Favorites   0 Comments

Color spaces of #c15cae

RGB 19392174
HSL0.860.450.56
HSV311°52°76°
CMYK 0.000.520.10   0.24
XYZ33.459422.047742.5365
Yxy22.04770.34130.2249
Hunter Lab46.955045.0252-20.8423
CIE-Lab54.077650.9864-25.3821

#c15cae color RGB value is (193,92,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011100 10101110
Octal 301 134 256
Decimal 193 92 174
Hex C1 5C AE

RGB Percentages of Color #c15cae

%42.05
%20.04
%37.91

CMYK Percentages of Color #c15cae

%0
%52
%10
%24

Triadic Colors of #c15cae

#c15cae #aec15c #5caec1

Analogous Colors of #c15cae

#c15cae #c15c7c #a25cc1

Monochromatic Colors of #c15cae

#c15cae

Complementary Color

#c15cae #5cc16f

#c15cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15cae Color CSS Codes

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

#c15cae Text Font Color

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

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


#c15cae Background Color

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

This div background color is #c15cae


#c15cae Border Color

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

This div border color is #c15cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15cae


Comments

No comments written yet.

Please login to write comment.