Color Hex Logo

#995bea Color Hex

#995BEA
(153,91,234)
0 Favorites   0 Comments

Color spaces of #995bea

RGB 15391234
HSL0.740.770.64
HSV266°61°92°
CMYK 0.350.610.00   0.08
XYZ31.729220.195080.0676
Yxy20.19500.24040.1530
Hunter Lab44.938847.3874-74.1799
CIE-Lab52.057053.5025-63.1819

#995bea color RGB value is (153,91,234).

#995bea hex color red value is 153, green value is 91 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #995bea hue: 0.74 , saturation: 0.77 and the lightness value of 995bea is 0.64.

The process color (four color CMYK) of #995bea color hex is 0.35, 0.61, 0.00, 0.08. Web safe color of #995bea is #9966ff. Color #995bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011011 11101010
Octal 231 133 352
Decimal 153 91 234
Hex 99 5B EA

RGB Percentages of Color #995bea

%32.01
%19.04
%48.95

CMYK Percentages of Color #995bea

%35
%61
%0
%8

Triadic Colors of #995bea

#995bea #ea995b #5bea99

Analogous Colors of #995bea

#995bea #e15bea #5b65ea

Monochromatic Colors of #995bea

#995bea

Complementary Color

#995bea #acea5b

#995bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#995bea Color CSS Codes

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

#995bea Text Font Color

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

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


#995bea Background Color

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

This div background color is #995bea


#995bea Border Color

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

This div border color is #995bea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,91,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #995bea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #995bea;
  -webkit-box-shadow: 1px 1px 3px 2px #995bea;
  box-shadow:         1px 1px 3px 2px #995bea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,91,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995bea


Comments

No comments written yet.

Please login to write comment.