Color Hex Logo

#b24cfe Color Hex

#B24CFE
(178,76,254)
0 Favorites   0 Comments

Color spaces of #b24cfe

RGB 17876254
HSL0.760.990.65
HSV274°70°100°
CMYK 0.300.700.00   0.00
XYZ38.833921.789695.9250
Yxy21.78960.24810.1392
Hunter Lab46.679366.8105-89.1641
CIE-Lab53.803170.1421-71.3787

#b24cfe color RGB value is (178,76,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001100 11111110
Octal 262 114 376
Decimal 178 76 254
Hex B2 4C FE

RGB Percentages of Color #b24cfe

%35.04
%14.96
%50.00

CMYK Percentages of Color #b24cfe

%30
%70
%0
%0

Triadic Colors of #b24cfe

#b24cfe #feb24c #4cfeb2

Analogous Colors of #b24cfe

#b24cfe #fe4cf1 #594cfe

Monochromatic Colors of #b24cfe

#b24cfe

Complementary Color

#b24cfe #98fe4c

#b24cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24cfe Color CSS Codes

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

#b24cfe Text Font Color

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

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


#b24cfe Background Color

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

This div background color is #b24cfe


#b24cfe Border Color

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

This div border color is #b24cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24cfe


Comments

No comments written yet.

Please login to write comment.