Color Hex Logo

#995aeb Color Hex

#995AEB
(153,90,235)
0 Favorites   0 Comments

Color spaces of #995aeb

RGB 15390235
HSL0.740.780.64
HSV266°62°92°
CMYK 0.350.620.00   0.08
XYZ31.788420.082880.7982
Yxy20.08280.23960.1514
Hunter Lab44.813848.1936-75.5287
CIE-Lab51.930754.2623-63.9470

#995aeb color RGB value is (153,90,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011010 11101011
Octal 231 132 353
Decimal 153 90 235
Hex 99 5A EB

RGB Percentages of Color #995aeb

%32.01
%18.83
%49.16

CMYK Percentages of Color #995aeb

%35
%62
%0
%8

Triadic Colors of #995aeb

#995aeb #eb995a #5aeb99

Analogous Colors of #995aeb

#995aeb #e25aeb #5a63eb

Monochromatic Colors of #995aeb

#995aeb

Complementary Color

#995aeb #aceb5a

#995aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#995aeb Color CSS Codes

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

#995aeb Text Font Color

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

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


#995aeb Background Color

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

This div background color is #995aeb


#995aeb Border Color

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

This div border color is #995aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995aeb


Comments

No comments written yet.

Please login to write comment.