Color Hex Logo

#b05ae3 Color Hex

#B05AE3
(176,90,227)
0 Favorites   0 Comments

Color spaces of #b05ae3

RGB 17690227
HSL0.770.710.62
HSV278°60°89°
CMYK 0.220.600.00   0.11
XYZ35.425822.088575.0694
Yxy22.08850.26720.1666
Hunter Lab46.998452.3000-61.8036
CIE-Lab54.120857.5850-55.7863

#b05ae3 color RGB value is (176,90,227).

#b05ae3 hex color red value is 176, green value is 90 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #b05ae3 hue: 0.77 , saturation: 0.71 and the lightness value of b05ae3 is 0.62.

The process color (four color CMYK) of #b05ae3 color hex is 0.22, 0.60, 0.00, 0.11. Web safe color of #b05ae3 is #9966cc. Color #b05ae3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011010 11100011
Octal 260 132 343
Decimal 176 90 227
Hex B0 5A E3

RGB Percentages of Color #b05ae3

%35.70
%18.26
%46.04

CMYK Percentages of Color #b05ae3

%22
%60
%0
%11

Triadic Colors of #b05ae3

#b05ae3 #e3b05a #5ae3b0

Analogous Colors of #b05ae3

#b05ae3 #e35ad2 #6c5ae3

Monochromatic Colors of #b05ae3

#b05ae3

Complementary Color

#b05ae3 #8de35a

#b05ae3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05ae3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05ae3 Color CSS Codes

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

#b05ae3 Text Font Color

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

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


#b05ae3 Background Color

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

This div background color is #b05ae3


#b05ae3 Border Color

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

This div border color is #b05ae3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05ae3


Comments

No comments written yet.

Please login to write comment.