Color Hex Logo

#b24dfe Color Hex

#B24DFE
(178,77,254)
0 Favorites   0 Comments

Color spaces of #b24dfe

RGB 17877254
HSL0.760.990.65
HSV274°70°100°
CMYK 0.300.700.00   0.00
XYZ38.903421.928595.9481
Yxy21.92850.24810.1399
Hunter Lab46.827966.3444-88.7029
CIE-Lab53.951169.7253-71.1389

#b24dfe color RGB value is (178,77,254).

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

The process color (four color CMYK) of #b24dfe color hex is 0.30, 0.70, 0.00, 0.00. Web safe color of #b24dfe is #9966ff. Color #b24dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001101 11111110
Octal 262 115 376
Decimal 178 77 254
Hex B2 4D FE

RGB Percentages of Color #b24dfe

%34.97
%15.13
%49.90

CMYK Percentages of Color #b24dfe

%30
%70
%0
%0

Triadic Colors of #b24dfe

#b24dfe #feb24d #4dfeb2

Analogous Colors of #b24dfe

#b24dfe #fe4df2 #594dfe

Monochromatic Colors of #b24dfe

#b24dfe

Complementary Color

#b24dfe #99fe4d

#b24dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24dfe Color CSS Codes

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

#b24dfe Text Font Color

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

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


#b24dfe Background Color

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

This div background color is #b24dfe


#b24dfe Border Color

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

This div border color is #b24dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24dfe


Comments

No comments written yet.

Please login to write comment.