Color Hex Logo

#b95edd Color Hex

#B95EDD
(185,94,221)
0 Favorites   0 Comments

Color spaces of #b95edd

RGB 18594221
HSL0.790.650.62
HSV283°57°87°
CMYK 0.160.570.00   0.13
XYZ37.061423.540270.9970
Yxy23.54020.28160.1789
Hunter Lab48.518251.4430-52.7966
CIE-Lab55.624556.5583-49.9392

#b95edd color RGB value is (185,94,221).

#b95edd hex color red value is 185, green value is 94 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b95edd hue: 0.79 , saturation: 0.65 and the lightness value of b95edd is 0.62.

The process color (four color CMYK) of #b95edd color hex is 0.16, 0.57, 0.00, 0.13. Web safe color of #b95edd is #cc66cc. Color #b95edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011110 11011101
Octal 271 136 335
Decimal 185 94 221
Hex B9 5E DD

RGB Percentages of Color #b95edd

%37.00
%18.80
%44.20

CMYK Percentages of Color #b95edd

%16
%57
%0
%13

Triadic Colors of #b95edd

#b95edd #ddb95e #5eddb9

Analogous Colors of #b95edd

#b95edd #dd5ec2 #7a5edd

Monochromatic Colors of #b95edd

#b95edd

Complementary Color

#b95edd #82dd5e

#b95edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95edd Color CSS Codes

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

#b95edd Text Font Color

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

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


#b95edd Background Color

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

This div background color is #b95edd


#b95edd Border Color

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

This div border color is #b95edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95edd


Comments

No comments written yet.

Please login to write comment.