Color Hex Logo

#b95ded Color Hex

#B95DED
(185,93,237)
0 Favorites   0 Comments

Color spaces of #b95ded

RGB 18593237
HSL0.770.800.65
HSV278°61°93°
CMYK 0.220.610.00   0.07
XYZ39.208024.257482.7364
Yxy24.25740.26820.1659
Hunter Lab49.251855.9083-65.1230
CIE-Lab56.344660.3748-57.7733

#b95ded color RGB value is (185,93,237).

#b95ded hex color red value is 185, green value is 93 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b95ded hue: 0.77 , saturation: 0.80 and the lightness value of b95ded is 0.65.

The process color (four color CMYK) of #b95ded color hex is 0.22, 0.61, 0.00, 0.07. Web safe color of #b95ded is #cc66ff. Color #b95ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011101 11101101
Octal 271 135 355
Decimal 185 93 237
Hex B9 5D ED

RGB Percentages of Color #b95ded

%35.92
%18.06
%46.02

CMYK Percentages of Color #b95ded

%22
%61
%0
%7

Triadic Colors of #b95ded

#b95ded #edb95d #5dedb9

Analogous Colors of #b95ded

#b95ded #ed5dd9 #715ded

Monochromatic Colors of #b95ded

#b95ded

Complementary Color

#b95ded #91ed5d

#b95ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95ded Color CSS Codes

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

#b95ded Text Font Color

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

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


#b95ded Background Color

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

This div background color is #b95ded


#b95ded Border Color

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

This div border color is #b95ded


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,93,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b95ded; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b95ded;
  -webkit-box-shadow: 1px 1px 3px 2px #b95ded;
  box-shadow:         1px 1px 3px 2px #b95ded; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95ded


Comments

No comments written yet.

Please login to write comment.