Color Hex Logo

#b52ada Color Hex

#B52ADA
(181,42,218)
0 Favorites   0 Comments

Color spaces of #b52ada

RGB 18142218
HSL0.800.700.51
HSV287°81°85°
CMYK 0.170.810.00   0.15
XYZ32.538916.541667.8075
Yxy16.54160.27840.1415
Hunter Lab40.671471.6330-70.3786
CIE-Lab47.677275.3066-61.0044

#b52ada color RGB value is (181,42,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101010 11011010
Octal 265 52 332
Decimal 181 42 218
Hex B5 2A DA

RGB Percentages of Color #b52ada

%41.04
%9.52
%49.43

CMYK Percentages of Color #b52ada

%17
%81
%0
%15

Triadic Colors of #b52ada

#b52ada #dab52a #2adab5

Analogous Colors of #b52ada

#b52ada #da2aa7 #5d2ada

Monochromatic Colors of #b52ada

#b52ada

Complementary Color

#b52ada #4fda2a

#b52ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52ada Color CSS Codes

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

#b52ada Text Font Color

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

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


#b52ada Background Color

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

This div background color is #b52ada


#b52ada Border Color

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

This div border color is #b52ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52ada


Comments

No comments written yet.

Please login to write comment.