Color Hex Logo

#b24bfb Color Hex

#B24BFB
(178,75,251)
0 Favorites   0 Comments

Color spaces of #b24bfb

RGB 17875251
HSL0.760.960.64
HSV275°70°98°
CMYK 0.290.700.00   0.02
XYZ38.288821.462293.3914
Yxy21.46220.25000.1401
Hunter Lab46.327366.4547-87.0938
CIE-Lab53.451769.9125-70.2814

#b24bfb color RGB value is (178,75,251).

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

The process color (four color CMYK) of #b24bfb color hex is 0.29, 0.70, 0.00, 0.02. Web safe color of #b24bfb is #9933ff. Color #b24bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001011 11111011
Octal 262 113 373
Decimal 178 75 251
Hex B2 4B FB

RGB Percentages of Color #b24bfb

%35.32
%14.88
%49.80

CMYK Percentages of Color #b24bfb

%29
%70
%0
%2

Triadic Colors of #b24bfb

#b24bfb #fbb24b #4bfbb2

Analogous Colors of #b24bfb

#b24bfb #fb4bec #5a4bfb

Monochromatic Colors of #b24bfb

#b24bfb

Complementary Color

#b24bfb #94fb4b

#b24bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24bfb Color CSS Codes

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

#b24bfb Text Font Color

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

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


#b24bfb Background Color

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

This div background color is #b24bfb


#b24bfb Border Color

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

This div border color is #b24bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24bfb


Comments

No comments written yet.

Please login to write comment.