Color Hex Logo

#b24bff Color Hex

#B24BFF
(178,75,255)
0 Favorites   0 Comments

Color spaces of #b24bff

RGB 17875255
HSL0.761.000.65
HSV274°71°100°
CMYK 0.300.710.00   0.00
XYZ38.926221.717196.7479
Yxy21.71710.24730.1380
Hunter Lab46.601667.5478-90.4687
CIE-Lab53.725570.7699-72.0590

#b24bff color RGB value is (178,75,255).

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

The process color (four color CMYK) of #b24bff color hex is 0.30, 0.71, 0.00, 0.00. Web safe color of #b24bff is #9933ff. Color #b24bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001011 11111111
Octal 262 113 377
Decimal 178 75 255
Hex B2 4B FF

RGB Percentages of Color #b24bff

%35.04
%14.76
%50.20

CMYK Percentages of Color #b24bff

%30
%71
%0
%0

Triadic Colors of #b24bff

#b24bff #ffb24b #4bffb2

Analogous Colors of #b24bff

#b24bff #ff4bf2 #584bff

Monochromatic Colors of #b24bff

#b24bff

Complementary Color

#b24bff #98ff4b

#b24bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24bff Color CSS Codes

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

#b24bff Text Font Color

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

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


#b24bff Background Color

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

This div background color is #b24bff


#b24bff Border Color

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

This div border color is #b24bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24bff


Comments

No comments written yet.

Please login to write comment.