Color Hex Logo

#b95ed3 Color Hex

#B95ED3
(185,94,211)
1 Favorites   1 Comments

Color spaces of #b95ed3

RGB 18594211
HSL0.800.570.60
HSV287°55°83°
CMYK 0.120.550.00   0.17
XYZ35.768223.022864.1867
Yxy23.02280.29090.1872
Hunter Lab47.982149.0940-45.7261
CIE-Lab55.095854.5379-45.1179

#b95ed3 color RGB value is (185,94,211).

#b95ed3 hex color red value is 185, green value is 94 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #b95ed3 hue: 0.80 , saturation: 0.57 and the lightness value of b95ed3 is 0.60.

The process color (four color CMYK) of #b95ed3 color hex is 0.12, 0.55, 0.00, 0.17. Web safe color of #b95ed3 is #cc66cc. Color #b95ed3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011110 11010011
Octal 271 136 323
Decimal 185 94 211
Hex B9 5E D3

RGB Percentages of Color #b95ed3

%37.76
%19.18
%43.06

CMYK Percentages of Color #b95ed3

%12
%55
%0
%17

Triadic Colors of #b95ed3

#b95ed3 #d3b95e #5ed3b9

Analogous Colors of #b95ed3

#b95ed3 #d35eb3 #7f5ed3

Monochromatic Colors of #b95ed3

#b95ed3

Complementary Color

#b95ed3 #78d35e

#b95ed3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95ed3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95ed3 Color CSS Codes

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

#b95ed3 Text Font Color

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

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


#b95ed3 Background Color

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

This div background color is #b95ed3


#b95ed3 Border Color

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

This div border color is #b95ed3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95ed3


Comments

14 Apr 2023, 10:23 gutenabendsunshine

Bold red, hue so bright,Greens vibrance, pure delight,Blues depth, two-one-one,RGB palette, colors spun.

Please login to write comment.