Color Hex Logo

#b428da Color Hex

#B428DA
(180,40,218)
0 Favorites   0 Comments

Color spaces of #b428da

RGB 18040218
HSL0.800.710.51
HSV287°82°85°
CMYK 0.170.820.00   0.15
XYZ32.236116.282867.7735
Yxy16.28280.27720.1400
Hunter Lab40.352071.9830-71.3347
CIE-Lab47.343375.6572-61.5514

#b428da color RGB value is (180,40,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101000 11011010
Octal 264 50 332
Decimal 180 40 218
Hex B4 28 DA

RGB Percentages of Color #b428da

%41.10
%9.13
%49.77

CMYK Percentages of Color #b428da

%17
%82
%0
%15

Triadic Colors of #b428da

#b428da #dab428 #28dab4

Analogous Colors of #b428da

#b428da #da28a7 #5b28da

Monochromatic Colors of #b428da

#b428da

Complementary Color

#b428da #4eda28

#b428da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b428da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b428da Color CSS Codes

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

#b428da Text Font Color

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

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


#b428da Background Color

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

This div background color is #b428da


#b428da Border Color

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

This div border color is #b428da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b428da


Comments

No comments written yet.

Please login to write comment.