Color Hex Logo

#b24bee Color Hex

#B24BEE
(178,75,238)
0 Favorites   0 Comments

Color spaces of #b24bee

RGB 17875238
HSL0.770.830.61
HSV278°68°93°
CMYK 0.250.680.00   0.07
XYZ36.308820.670282.9650
Yxy20.67020.25950.1477
Hunter Lab45.464562.9906-76.3691
CIE-Lab52.586667.1628-64.4204

#b24bee color RGB value is (178,75,238).

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

The process color (four color CMYK) of #b24bee color hex is 0.25, 0.68, 0.00, 0.07. Web safe color of #b24bee is #9933ff. Color #b24bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001011 11101110
Octal 262 113 356
Decimal 178 75 238
Hex B2 4B EE

RGB Percentages of Color #b24bee

%36.25
%15.27
%48.47

CMYK Percentages of Color #b24bee

%25
%68
%0
%7

Triadic Colors of #b24bee

#b24bee #eeb24b #4beeb2

Analogous Colors of #b24bee

#b24bee #ee4bd9 #614bee

Monochromatic Colors of #b24bee

#b24bee

Complementary Color

#b24bee #87ee4b

#b24bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24bee Color CSS Codes

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

#b24bee Text Font Color

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

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


#b24bee Background Color

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

This div background color is #b24bee


#b24bee Border Color

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

This div border color is #b24bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24bee


Comments

No comments written yet.

Please login to write comment.