Color Hex Logo

#b04aeb Color Hex

#B04AEB
(176,74,235)
0 Favorites   0 Comments

Color spaces of #b04aeb

RGB 17674235
HSL0.770.800.61
HSV278°69°92°
CMYK 0.250.690.00   0.08
XYZ35.348720.125880.6189
Yxy20.12580.25970.1479
Hunter Lab44.861862.1404-75.1439
CIE-Lab51.979166.5550-63.7294

#b04aeb color RGB value is (176,74,235).

#b04aeb hex color red value is 176, green value is 74 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b04aeb hue: 0.77 , saturation: 0.80 and the lightness value of b04aeb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001010 11101011
Octal 260 112 353
Decimal 176 74 235
Hex B0 4A EB

RGB Percentages of Color #b04aeb

%36.29
%15.26
%48.45

CMYK Percentages of Color #b04aeb

%25
%69
%0
%8

Triadic Colors of #b04aeb

#b04aeb #ebb04a #4aebb0

Analogous Colors of #b04aeb

#b04aeb #eb4ad6 #604aeb

Monochromatic Colors of #b04aeb

#b04aeb

Complementary Color

#b04aeb #85eb4a

#b04aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04aeb Color CSS Codes

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

#b04aeb Text Font Color

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

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


#b04aeb Background Color

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

This div background color is #b04aeb


#b04aeb Border Color

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

This div border color is #b04aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,74,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 #b04aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04aeb


Comments

No comments written yet.

Please login to write comment.