Color Hex Logo

#b424da Color Hex

#B424DA
(180,36,218)
0 Favorites   0 Comments

Color spaces of #b424da

RGB 18036218
HSL0.800.720.50
HSV287°83°85°
CMYK 0.170.830.00   0.15
XYZ32.108216.027067.7309
Yxy16.02700.27710.1383
Hunter Lab40.033773.1031-72.2859
CIE-Lab47.009976.6327-62.0906

#b424da color RGB value is (180,36,218).

#b424da hex color red value is 180, green value is 36 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b424da hue: 0.80 , saturation: 0.72 and the lightness value of b424da is 0.50.

The process color (four color CMYK) of #b424da color hex is 0.17, 0.83, 0.00, 0.15. Web safe color of #b424da is #cc33cc. Color #b424da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100100 11011010
Octal 264 44 332
Decimal 180 36 218
Hex B4 24 DA

RGB Percentages of Color #b424da

%41.47
%8.29
%50.23

CMYK Percentages of Color #b424da

%17
%83
%0
%15

Triadic Colors of #b424da

#b424da #dab424 #24dab4

Analogous Colors of #b424da

#b424da #da24a5 #5924da

Monochromatic Colors of #b424da

#b424da

Complementary Color

#b424da #4ada24

#b424da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b424da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b424da Color CSS Codes

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

#b424da Text Font Color

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

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


#b424da Background Color

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

This div background color is #b424da


#b424da Border Color

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

This div border color is #b424da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b424da


Comments

No comments written yet.

Please login to write comment.