Color Hex Logo

#915cb2 Color Hex

#915CB2
(145,92,178)
0 Favorites   0 Comments

Color spaces of #915cb2

RGB 14592178
HSL0.770.360.53
HSV277°48°70°
CMYK 0.190.480.00   0.30
XYZ23.540116.888444.1386
Yxy16.88840.27840.1997
Hunter Lab41.095530.3303-34.9135
CIE-Lab48.119137.6223-37.4684

#915cb2 color RGB value is (145,92,178).

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

The process color (four color CMYK) of #915cb2 color hex is 0.19, 0.48, 0.00, 0.30. Web safe color of #915cb2 is #996699. Color #915cb2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01011100 10110010
Octal 221 134 262
Decimal 145 92 178
Hex 91 5C B2

RGB Percentages of Color #915cb2

%34.94
%22.17
%42.89

CMYK Percentages of Color #915cb2

%19
%48
%0
%30

Triadic Colors of #915cb2

#915cb2 #b2915c #5cb291

Analogous Colors of #915cb2

#915cb2 #b25ca8 #665cb2

Monochromatic Colors of #915cb2

#915cb2

Complementary Color

#915cb2 #7db25c

#915cb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#915cb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#915cb2 Color CSS Codes

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

#915cb2 Text Font Color

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

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


#915cb2 Background Color

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

This div background color is #915cb2


#915cb2 Border Color

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

This div border color is #915cb2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,92,178, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #915cb2


Comments

No comments written yet.

Please login to write comment.