Color Hex Logo

#995dbe Color Hex

#995DBE
(153,93,190)
0 Favorites   0 Comments

Color spaces of #995dbe

RGB 15393190
HSL0.770.430.55
HSV277°51°75°
CMYK 0.190.510.00   0.25
XYZ26.345518.318750.8625
Yxy18.31870.27580.1918
Hunter Lab42.800434.9740-40.4980
CIE-Lab49.880442.0391-41.5955

#995dbe color RGB value is (153,93,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011101 10111110
Octal 231 135 276
Decimal 153 93 190
Hex 99 5D BE

RGB Percentages of Color #995dbe

%35.09
%21.33
%43.58

CMYK Percentages of Color #995dbe

%19
%51
%0
%25

Triadic Colors of #995dbe

#995dbe #be995d #5dbe99

Analogous Colors of #995dbe

#995dbe #be5db3 #695dbe

Monochromatic Colors of #995dbe

#995dbe

Complementary Color

#995dbe #82be5d

#995dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#995dbe Color CSS Codes

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

#995dbe Text Font Color

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

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


#995dbe Background Color

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

This div background color is #995dbe


#995dbe Border Color

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

This div border color is #995dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995dbe


Comments

No comments written yet.

Please login to write comment.