Color Hex Logo

#b95ae4 Color Hex

#B95AE4
(185,90,228)
0 Favorites   0 Comments

Color spaces of #b95ae4

RGB 18590228
HSL0.780.720.62
HSV281°61°89°
CMYK 0.190.610.00   0.11
XYZ37.667323.228175.8970
Yxy23.22810.27540.1698
Hunter Lab48.195555.1648-59.6314
CIE-Lab55.306559.9086-54.3888

#b95ae4 color RGB value is (185,90,228).

#b95ae4 hex color red value is 185, green value is 90 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #b95ae4 hue: 0.78 , saturation: 0.72 and the lightness value of b95ae4 is 0.62.

The process color (four color CMYK) of #b95ae4 color hex is 0.19, 0.61, 0.00, 0.11. Web safe color of #b95ae4 is #cc66cc. Color #b95ae4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011010 11100100
Octal 271 132 344
Decimal 185 90 228
Hex B9 5A E4

RGB Percentages of Color #b95ae4

%36.78
%17.89
%45.33

CMYK Percentages of Color #b95ae4

%19
%61
%0
%11

Triadic Colors of #b95ae4

#b95ae4 #e4b95a #5ae4b9

Analogous Colors of #b95ae4

#b95ae4 #e45aca #745ae4

Monochromatic Colors of #b95ae4

#b95ae4

Complementary Color

#b95ae4 #85e45a

#b95ae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95ae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95ae4 Color CSS Codes

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

#b95ae4 Text Font Color

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

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


#b95ae4 Background Color

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

This div background color is #b95ae4


#b95ae4 Border Color

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

This div border color is #b95ae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95ae4


Comments

No comments written yet.

Please login to write comment.