Color Hex Logo

#b52bdb Color Hex

#B52BDB
(181,43,219)
0 Favorites   0 Comments

Color spaces of #b52bdb

RGB 18143219
HSL0.800.710.51
HSV287°80°86°
CMYK 0.170.800.00   0.14
XYZ32.706116.666068.5109
Yxy16.66600.27740.1414
Hunter Lab40.824071.5630-70.9237
CIE-Lab47.836475.2183-61.3184

#b52bdb color RGB value is (181,43,219).

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

The process color (four color CMYK) of #b52bdb color hex is 0.17, 0.80, 0.00, 0.14. Web safe color of #b52bdb is #cc33cc. Color #b52bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101011 11011011
Octal 265 53 333
Decimal 181 43 219
Hex B5 2B DB

RGB Percentages of Color #b52bdb

%40.86
%9.71
%49.44

CMYK Percentages of Color #b52bdb

%17
%80
%0
%14

Triadic Colors of #b52bdb

#b52bdb #dbb52b #2bdbb5

Analogous Colors of #b52bdb

#b52bdb #db2ba9 #5d2bdb

Monochromatic Colors of #b52bdb

#b52bdb

Complementary Color

#b52bdb #51db2b

#b52bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52bdb Color CSS Codes

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

#b52bdb Text Font Color

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

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


#b52bdb Background Color

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

This div background color is #b52bdb


#b52bdb Border Color

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

This div border color is #b52bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52bdb


Comments

No comments written yet.

Please login to write comment.