Color Hex Logo

#995dbf Color Hex

#995DBF
(153,93,191)
0 Favorites   0 Comments

Color spaces of #995dbf

RGB 15393191
HSL0.770.430.56
HSV277°51°75°
CMYK 0.200.510.00   0.25
XYZ26.455218.362651.4402
Yxy18.36260.27480.1908
Hunter Lab42.851635.2098-41.1772
CIE-Lab49.933042.2643-42.0902

#995dbf color RGB value is (153,93,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011101 10111111
Octal 231 135 277
Decimal 153 93 191
Hex 99 5D BF

RGB Percentages of Color #995dbf

%35.01
%21.28
%43.71

CMYK Percentages of Color #995dbf

%20
%51
%0
%25

Triadic Colors of #995dbf

#995dbf #bf995d #5dbf99

Analogous Colors of #995dbf

#995dbf #bf5db4 #685dbf

Monochromatic Colors of #995dbf

#995dbf

Complementary Color

#995dbf #83bf5d

#995dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#995dbf Color CSS Codes

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

#995dbf Text Font Color

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

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


#995dbf Background Color

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

This div background color is #995dbf


#995dbf Border Color

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

This div border color is #995dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995dbf


Comments

No comments written yet.

Please login to write comment.