Color Hex Logo

#b03aeb Color Hex

#B03AEB
(176,58,235)
0 Favorites   0 Comments

Color spaces of #b03aeb

RGB 17658235
HSL0.780.820.57
HSV280°75°92°
CMYK 0.250.750.00   0.08
XYZ34.412918.254480.3069
Yxy18.25440.25880.1373
Hunter Lab42.725269.0034-81.5348
CIE-Lab49.803272.7325-67.2473

#b03aeb color RGB value is (176,58,235).

#b03aeb hex color red value is 176, green value is 58 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b03aeb hue: 0.78 , saturation: 0.82 and the lightness value of b03aeb is 0.57.

The process color (four color CMYK) of #b03aeb color hex is 0.25, 0.75, 0.00, 0.08. Web safe color of #b03aeb is #9933ff. Color #b03aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00111010 11101011
Octal 260 72 353
Decimal 176 58 235
Hex B0 3A EB

RGB Percentages of Color #b03aeb

%37.53
%12.37
%50.11

CMYK Percentages of Color #b03aeb

%25
%75
%0
%8

Triadic Colors of #b03aeb

#b03aeb #ebb03a #3aebb0

Analogous Colors of #b03aeb

#b03aeb #eb3ace #573aeb

Monochromatic Colors of #b03aeb

#b03aeb

Complementary Color

#b03aeb #75eb3a

#b03aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03aeb Color CSS Codes

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

#b03aeb Text Font Color

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

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


#b03aeb Background Color

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

This div background color is #b03aeb


#b03aeb Border Color

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

This div border color is #b03aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03aeb


Comments

No comments written yet.

Please login to write comment.