Color Hex Logo

#b24aeb Color Hex

#B24AEB
(178,74,235)
0 Favorites   0 Comments

Color spaces of #b24aeb

RGB 17874235
HSL0.770.800.61
HSV279°69°92°
CMYK 0.240.690.00   0.08
XYZ35.804320.360780.6402
Yxy20.36070.26170.1488
Hunter Lab45.122862.6722-74.3727
CIE-Lab52.242666.9576-63.2911

#b24aeb color RGB value is (178,74,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001010 11101011
Octal 262 112 353
Decimal 178 74 235
Hex B2 4A EB

RGB Percentages of Color #b24aeb

%36.55
%15.20
%48.25

CMYK Percentages of Color #b24aeb

%24
%69
%0
%8

Triadic Colors of #b24aeb

#b24aeb #ebb24a #4aebb2

Analogous Colors of #b24aeb

#b24aeb #eb4ad4 #624aeb

Monochromatic Colors of #b24aeb

#b24aeb

Complementary Color

#b24aeb #83eb4a

#b24aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24aeb Color CSS Codes

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

#b24aeb Text Font Color

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

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


#b24aeb Background Color

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

This div background color is #b24aeb


#b24aeb Border Color

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

This div border color is #b24aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24aeb


Comments

No comments written yet.

Please login to write comment.