Color Hex Logo

#c15aec Color Hex

#C15AEC
(193,90,236)
0 Favorites   0 Comments

Color spaces of #c15aec

RGB 19390236
HSL0.780.790.64
HSV282°62°93°
CMYK 0.180.620.00   0.07
XYZ40.788824.705981.9758
Yxy24.70590.27660.1675
Hunter Lab49.705059.4964-62.9902
CIE-Lab56.787763.4011-56.4482

#c15aec color RGB value is (193,90,236).

#c15aec hex color red value is 193, green value is 90 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c15aec hue: 0.78 , saturation: 0.79 and the lightness value of c15aec is 0.64.

The process color (four color CMYK) of #c15aec color hex is 0.18, 0.62, 0.00, 0.07. Web safe color of #c15aec is #cc66ff. Color #c15aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011010 11101100
Octal 301 132 354
Decimal 193 90 236
Hex C1 5A EC

RGB Percentages of Color #c15aec

%37.19
%17.34
%45.47

CMYK Percentages of Color #c15aec

%18
%62
%0
%7

Triadic Colors of #c15aec

#c15aec #ecc15a #5aecc1

Analogous Colors of #c15aec

#c15aec #ec5ace #785aec

Monochromatic Colors of #c15aec

#c15aec

Complementary Color

#c15aec #85ec5a

#c15aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15aec Color CSS Codes

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

#c15aec Text Font Color

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

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


#c15aec Background Color

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

This div background color is #c15aec


#c15aec Border Color

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

This div border color is #c15aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15aec


Comments

No comments written yet.

Please login to write comment.