Color Hex Logo

#b424ef Color Hex

#B424EF
(180,36,239)
0 Favorites   0 Comments

Color spaces of #b424ef

RGB 18036239
HSL0.780.860.54
HSV283°85°94°
CMYK 0.250.850.00   0.06
XYZ35.033317.197083.1343
Yxy17.19700.25880.1270
Hunter Lab41.469378.2259-89.8314
CIE-Lab48.507380.4472-71.5779

#b424ef color RGB value is (180,36,239).

#b424ef hex color red value is 180, green value is 36 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b424ef hue: 0.78 , saturation: 0.86 and the lightness value of b424ef is 0.54.

The process color (four color CMYK) of #b424ef color hex is 0.25, 0.85, 0.00, 0.06. Web safe color of #b424ef is #cc33ff. Color #b424ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100100 11101111
Octal 264 44 357
Decimal 180 36 239
Hex B4 24 EF

RGB Percentages of Color #b424ef

%39.56
%7.91
%52.53

CMYK Percentages of Color #b424ef

%25
%85
%0
%6

Triadic Colors of #b424ef

#b424ef #efb424 #24efb4

Analogous Colors of #b424ef

#b424ef #ef24c5 #4e24ef

Monochromatic Colors of #b424ef

#b424ef

Complementary Color

#b424ef #5fef24

#b424ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b424ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b424ef Color CSS Codes

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

#b424ef Text Font Color

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

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


#b424ef Background Color

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

This div background color is #b424ef


#b424ef Border Color

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

This div border color is #b424ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,36,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b424ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b424ef;
  -webkit-box-shadow: 1px 1px 3px 2px #b424ef;
  box-shadow:         1px 1px 3px 2px #b424ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,36,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b424ef


Comments

No comments written yet.

Please login to write comment.