Color Hex Logo

#995eea Color Hex

#995EEA
(153,94,234)
0 Favorites   0 Comments

Color spaces of #995eea

RGB 15394234
HSL0.740.770.64
HSV265°60°92°
CMYK 0.350.600.00   0.08
XYZ31.990920.718280.1548
Yxy20.71820.24080.1559
Hunter Lab45.517245.8000-72.5462
CIE-Lab52.639751.9417-62.2427

#995eea color RGB value is (153,94,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011110 11101010
Octal 231 136 352
Decimal 153 94 234
Hex 99 5E EA

RGB Percentages of Color #995eea

%31.81
%19.54
%48.65

CMYK Percentages of Color #995eea

%35
%60
%0
%8

Triadic Colors of #995eea

#995eea #ea995e #5eea99

Analogous Colors of #995eea

#995eea #df5eea #5e69ea

Monochromatic Colors of #995eea

#995eea

Complementary Color

#995eea #afea5e

#995eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#995eea Color CSS Codes

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

#995eea Text Font Color

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

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


#995eea Background Color

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

This div background color is #995eea


#995eea Border Color

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

This div border color is #995eea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,94,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 #995eea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995eea


Comments

No comments written yet.

Please login to write comment.