Color Hex Logo

#995eeb Color Hex

#995EEB
(153,94,235)
0 Favorites   0 Comments

Color spaces of #995eeb

RGB 15394235
HSL0.740.780.65
HSV265°60°92°
CMYK 0.350.600.00   0.08
XYZ32.135020.775980.9137
Yxy20.77590.24010.1552
Hunter Lab45.580646.0792-73.3439
CIE-Lab52.703452.1888-62.7011

#995eeb color RGB value is (153,94,235).

#995eeb hex color red value is 153, green value is 94 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #995eeb hue: 0.74 , saturation: 0.78 and the lightness value of 995eeb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011110 11101011
Octal 231 136 353
Decimal 153 94 235
Hex 99 5E EB

RGB Percentages of Color #995eeb

%31.74
%19.50
%48.76

CMYK Percentages of Color #995eeb

%35
%60
%0
%8

Triadic Colors of #995eeb

#995eeb #eb995e #5eeb99

Analogous Colors of #995eeb

#995eeb #e05eeb #5e6aeb

Monochromatic Colors of #995eeb

#995eeb

Complementary Color

#995eeb #b0eb5e

#995eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#995eeb Color CSS Codes

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

#995eeb Text Font Color

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

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


#995eeb Background Color

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

This div background color is #995eeb


#995eeb Border Color

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

This div border color is #995eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995eeb


Comments

No comments written yet.

Please login to write comment.