Color Hex Logo

#995eed Color Hex

#995EED
(153,94,237)
0 Favorites   0 Comments

Color spaces of #995eed

RGB 15394237
HSL0.740.800.65
HSV265°60°93°
CMYK 0.350.600.00   0.07
XYZ32.425620.892182.4443
Yxy20.89210.23880.1539
Hunter Lab45.707946.6408-74.9472
CIE-Lab52.831252.6845-63.6158

#995eed color RGB value is (153,94,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011110 11101101
Octal 231 136 355
Decimal 153 94 237
Hex 99 5E ED

RGB Percentages of Color #995eed

%31.61
%19.42
%48.97

CMYK Percentages of Color #995eed

%35
%60
%0
%7

Triadic Colors of #995eed

#995eed #ed995e #5eed99

Analogous Colors of #995eed

#995eed #e15eed #5e6bed

Monochromatic Colors of #995eed

#995eed

Complementary Color

#995eed #b2ed5e

#995eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#995eed Color CSS Codes

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

#995eed Text Font Color

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

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


#995eed Background Color

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

This div background color is #995eed


#995eed Border Color

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

This div border color is #995eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995eed


Comments

No comments written yet.

Please login to write comment.