Color Hex Logo

#b52abd Color Hex

#B52ABD
(181,42,189)
0 Favorites   0 Comments

Color spaces of #b52abd

RGB 18142189
HSL0.820.640.45
HSV297°78°74°
CMYK 0.040.780.00   0.26
XYZ29.069315.153849.5370
Yxy15.15380.31000.1616
Hunter Lab38.927965.1706-48.1989
CIE-Lab45.844170.3054-47.1947

#b52abd color RGB value is (181,42,189).

#b52abd hex color red value is 181, green value is 42 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b52abd hue: 0.82 , saturation: 0.64 and the lightness value of b52abd is 0.45.

The process color (four color CMYK) of #b52abd color hex is 0.04, 0.78, 0.00, 0.26. Web safe color of #b52abd is #cc33cc. Color #b52abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101010 10111101
Octal 265 52 275
Decimal 181 42 189
Hex B5 2A BD

RGB Percentages of Color #b52abd

%43.93
%10.19
%45.87

CMYK Percentages of Color #b52abd

%4
%78
%0
%26

Triadic Colors of #b52abd

#b52abd #bdb52a #2abdb5

Analogous Colors of #b52abd

#b52abd #bd2a7c #6c2abd

Monochromatic Colors of #b52abd

#b52abd

Complementary Color

#b52abd #32bd2a

#b52abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52abd Color CSS Codes

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

#b52abd Text Font Color

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

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


#b52abd Background Color

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

This div background color is #b52abd


#b52abd Border Color

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

This div border color is #b52abd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,42,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52abd


Comments

No comments written yet.

Please login to write comment.