Color Hex Logo

#b24efc Color Hex

#B24EFC
(178,78,252)
0 Favorites   0 Comments

Color spaces of #b24efc

RGB 17878252
HSL0.760.970.65
HSV274°69°99°
CMYK 0.290.690.00   0.01
XYZ38.655221.942094.2933
Yxy21.94200.24960.1417
Hunter Lab46.842365.3278-86.5609
CIE-Lab53.965468.8723-70.0054

#b24efc color RGB value is (178,78,252).

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

The process color (four color CMYK) of #b24efc color hex is 0.29, 0.69, 0.00, 0.01. Web safe color of #b24efc is #9966ff. Color #b24efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001110 11111100
Octal 262 116 374
Decimal 178 78 252
Hex B2 4E FC

RGB Percentages of Color #b24efc

%35.04
%15.35
%49.61

CMYK Percentages of Color #b24efc

%29
%69
%0
%1

Triadic Colors of #b24efc

#b24efc #fcb24e #4efcb2

Analogous Colors of #b24efc

#b24efc #fc4eef #5b4efc

Monochromatic Colors of #b24efc

#b24efc

Complementary Color

#b24efc #98fc4e

#b24efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24efc Color CSS Codes

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

#b24efc Text Font Color

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

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


#b24efc Background Color

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

This div background color is #b24efc


#b24efc Border Color

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

This div border color is #b24efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24efc


Comments

No comments written yet.

Please login to write comment.