Color Hex Logo

#b42ada Color Hex

#B42ADA
(180,42,218)
0 Favorites   0 Comments

Color spaces of #b42ada

RGB 18042218
HSL0.800.700.51
HSV287°81°85°
CMYK 0.170.810.00   0.15
XYZ32.305216.421267.7966
Yxy16.42120.27720.1409
Hunter Lab40.523171.3857-70.8282
CIE-Lab47.522375.1347-61.2623

#b42ada color RGB value is (180,42,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101010 11011010
Octal 264 52 332
Decimal 180 42 218
Hex B4 2A DA

RGB Percentages of Color #b42ada

%40.91
%9.55
%49.55

CMYK Percentages of Color #b42ada

%17
%81
%0
%15

Triadic Colors of #b42ada

#b42ada #dab42a #2adab4

Analogous Colors of #b42ada

#b42ada #da2aa8 #5c2ada

Monochromatic Colors of #b42ada

#b42ada

Complementary Color

#b42ada #50da2a

#b42ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42ada Color CSS Codes

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

#b42ada Text Font Color

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

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


#b42ada Background Color

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

This div background color is #b42ada


#b42ada Border Color

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

This div border color is #b42ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42ada


Comments

No comments written yet.

Please login to write comment.