Color Hex Logo

#915caf Color Hex

#915CAF
(145,92,175)
0 Favorites   0 Comments

Color spaces of #915caf

RGB 14592175
HSL0.770.340.52
HSV278°47°69°
CMYK 0.170.470.00   0.31
XYZ23.242116.769242.5692
Yxy16.76920.28140.2031
Hunter Lab40.950229.6483-32.9689
CIE-Lab47.967936.9435-35.9535

#915caf color RGB value is (145,92,175).

#915caf hex color red value is 145, green value is 92 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #915caf hue: 0.77 , saturation: 0.34 and the lightness value of 915caf is 0.52.

The process color (four color CMYK) of #915caf color hex is 0.17, 0.47, 0.00, 0.31. Web safe color of #915caf is #996699. Color #915caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01011100 10101111
Octal 221 134 257
Decimal 145 92 175
Hex 91 5C AF

RGB Percentages of Color #915caf

%35.19
%22.33
%42.48

CMYK Percentages of Color #915caf

%17
%47
%0
%31

Triadic Colors of #915caf

#915caf #af915c #5caf91

Analogous Colors of #915caf

#915caf #af5ca4 #685caf

Monochromatic Colors of #915caf

#915caf

Complementary Color

#915caf #7aaf5c

#915caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#915caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#915caf Color CSS Codes

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

#915caf Text Font Color

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

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


#915caf Background Color

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

This div background color is #915caf


#915caf Border Color

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

This div border color is #915caf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,92,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #915caf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #915caf;
  -webkit-box-shadow: 1px 1px 3px 2px #915caf;
  box-shadow:         1px 1px 3px 2px #915caf; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #915caf


Comments

No comments written yet.

Please login to write comment.