Color Hex Logo

#b424f5 Color Hex

#B424F5
(180,36,245)
0 Favorites   0 Comments

Color spaces of #b424f5

RGB 18036245
HSL0.780.910.55
HSV281°85°96°
CMYK 0.270.850.00   0.04
XYZ35.934717.557687.8812
Yxy17.55760.25420.1242
Hunter Lab41.901879.7523-95.0185
CIE-Lab48.955181.5659-74.2209

#b424f5 color RGB value is (180,36,245).

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

The process color (four color CMYK) of #b424f5 color hex is 0.27, 0.85, 0.00, 0.04. Web safe color of #b424f5 is #cc33ff. Color #b424f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100100 11110101
Octal 264 44 365
Decimal 180 36 245
Hex B4 24 F5

RGB Percentages of Color #b424f5

%39.05
%7.81
%53.15

CMYK Percentages of Color #b424f5

%27
%85
%0
%4

Triadic Colors of #b424f5

#b424f5 #f5b424 #24f5b4

Analogous Colors of #b424f5

#b424f5 #f524ce #4c24f5

Monochromatic Colors of #b424f5

#b424f5

Complementary Color

#b424f5 #65f524

#b424f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b424f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b424f5 Color CSS Codes

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

#b424f5 Text Font Color

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

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


#b424f5 Background Color

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

This div background color is #b424f5


#b424f5 Border Color

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

This div border color is #b424f5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b424f5


Comments

No comments written yet.

Please login to write comment.