Color Hex Logo

#995ebf Color Hex

#995EBF
(153,94,191)
0 Favorites   0 Comments

Color spaces of #995ebf

RGB 15394191
HSL0.770.430.56
HSV276°51°75°
CMYK 0.200.510.00   0.25
XYZ26.543518.539351.4697
Yxy18.53930.27490.1920
Hunter Lab43.057334.6895-40.7338
CIE-Lab50.143841.7184-41.7565

#995ebf color RGB value is (153,94,191).

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

The process color (four color CMYK) of #995ebf color hex is 0.20, 0.51, 0.00, 0.25. Web safe color of #995ebf is #9966cc. Color #995ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011110 10111111
Octal 231 136 277
Decimal 153 94 191
Hex 99 5E BF

RGB Percentages of Color #995ebf

%34.93
%21.46
%43.61

CMYK Percentages of Color #995ebf

%20
%51
%0
%25

Triadic Colors of #995ebf

#995ebf #bf995e #5ebf99

Analogous Colors of #995ebf

#995ebf #bf5eb5 #695ebf

Monochromatic Colors of #995ebf

#995ebf

Complementary Color

#995ebf #84bf5e

#995ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#995ebf Color CSS Codes

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

#995ebf Text Font Color

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

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


#995ebf Background Color

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

This div background color is #995ebf


#995ebf Border Color

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

This div border color is #995ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995ebf


Comments

No comments written yet.

Please login to write comment.