Color Hex Logo

#b52bde Color Hex

#B52BDE
(181,43,222)
0 Favorites   0 Comments

Color spaces of #b52bde

RGB 18143222
HSL0.800.730.52
HSV286°81°87°
CMYK 0.180.810.00   0.13
XYZ33.104716.825470.6101
Yxy16.82540.27460.1396
Hunter Lab41.018872.2777-73.3492
CIE-Lab48.039375.7615-62.7015

#b52bde color RGB value is (181,43,222).

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

The process color (four color CMYK) of #b52bde color hex is 0.18, 0.81, 0.00, 0.13. Web safe color of #b52bde is #cc33cc. Color #b52bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101011 11011110
Octal 265 53 336
Decimal 181 43 222
Hex B5 2B DE

RGB Percentages of Color #b52bde

%40.58
%9.64
%49.78

CMYK Percentages of Color #b52bde

%18
%81
%0
%13

Triadic Colors of #b52bde

#b52bde #deb52b #2bdeb5

Analogous Colors of #b52bde

#b52bde #de2bae #5b2bde

Monochromatic Colors of #b52bde

#b52bde

Complementary Color

#b52bde #54de2b

#b52bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52bde Color CSS Codes

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

#b52bde Text Font Color

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

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


#b52bde Background Color

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

This div background color is #b52bde


#b52bde Border Color

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

This div border color is #b52bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52bde


Comments

No comments written yet.

Please login to write comment.