Color Hex Logo

#b24deb Color Hex

#B24DEB
(178,77,235)
0 Favorites   0 Comments

Color spaces of #b24deb

RGB 17877235
HSL0.770.800.61
HSV278°67°92°
CMYK 0.240.670.00   0.08
XYZ36.009420.770980.7085
Yxy20.77090.26190.1511
Hunter Lab45.575161.2784-73.0935
CIE-Lab52.697865.6836-62.5573

#b24deb color RGB value is (178,77,235).

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

The process color (four color CMYK) of #b24deb color hex is 0.24, 0.67, 0.00, 0.08. Web safe color of #b24deb is #9966ff. Color #b24deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001101 11101011
Octal 262 115 353
Decimal 178 77 235
Hex B2 4D EB

RGB Percentages of Color #b24deb

%36.33
%15.71
%47.96

CMYK Percentages of Color #b24deb

%24
%67
%0
%8

Triadic Colors of #b24deb

#b24deb #ebb24d #4debb2

Analogous Colors of #b24deb

#b24deb #eb4dd5 #634deb

Monochromatic Colors of #b24deb

#b24deb

Complementary Color

#b24deb #86eb4d

#b24deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24deb Color CSS Codes

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

#b24deb Text Font Color

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

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


#b24deb Background Color

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

This div background color is #b24deb


#b24deb Border Color

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

This div border color is #b24deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24deb


Comments

No comments written yet.

Please login to write comment.