Color Hex Logo

#b24efb Color Hex

#B24EFB
(178,78,251)
0 Favorites   0 Comments

Color spaces of #b24efb

RGB 17878251
HSL0.760.960.65
HSV275°69°98°
CMYK 0.290.690.00   0.02
XYZ38.497121.878893.4608
Yxy21.87880.25020.1422
Hunter Lab46.774865.0552-85.7251
CIE-Lab53.898268.6564-69.5586

#b24efb color RGB value is (178,78,251).

#b24efb hex color red value is 178, green value is 78 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b24efb hue: 0.76 , saturation: 0.96 and the lightness value of b24efb is 0.65.

The process color (four color CMYK) of #b24efb color hex is 0.29, 0.69, 0.00, 0.02. Web safe color of #b24efb is #9966ff. Color #b24efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001110 11111011
Octal 262 116 373
Decimal 178 78 251
Hex B2 4E FB

RGB Percentages of Color #b24efb

%35.11
%15.38
%49.51

CMYK Percentages of Color #b24efb

%29
%69
%0
%2

Triadic Colors of #b24efb

#b24efb #fbb24e #4efbb2

Analogous Colors of #b24efb

#b24efb #fb4eee #5c4efb

Monochromatic Colors of #b24efb

#b24efb

Complementary Color

#b24efb #97fb4e

#b24efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24efb Color CSS Codes

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

#b24efb Text Font Color

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

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


#b24efb Background Color

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

This div background color is #b24efb


#b24efb Border Color

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

This div border color is #b24efb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,78,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24efb


Comments

No comments written yet.

Please login to write comment.