Color Hex Logo

#b53ade Color Hex

#B53ADE
(181,58,222)
0 Favorites   0 Comments

Color spaces of #b53ade

RGB 18158222
HSL0.790.710.55
HSV285°74°87°
CMYK 0.180.740.00   0.13
XYZ33.753918.123870.8265
Yxy18.12380.27510.1477
Hunter Lab42.572167.0253-68.8395
CIE-Lab49.645971.1211-60.1081

#b53ade color RGB value is (181,58,222).

#b53ade hex color red value is 181, green value is 58 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b53ade hue: 0.79 , saturation: 0.71 and the lightness value of b53ade is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111010 11011110
Octal 265 72 336
Decimal 181 58 222
Hex B5 3A DE

RGB Percentages of Color #b53ade

%39.26
%12.58
%48.16

CMYK Percentages of Color #b53ade

%18
%74
%0
%13

Triadic Colors of #b53ade

#b53ade #deb53a #3adeb5

Analogous Colors of #b53ade

#b53ade #de3ab5 #633ade

Monochromatic Colors of #b53ade

#b53ade

Complementary Color

#b53ade #63de3a

#b53ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53ade Color CSS Codes

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

#b53ade Text Font Color

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

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


#b53ade Background Color

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

This div background color is #b53ade


#b53ade Border Color

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

This div border color is #b53ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53ade


Comments

No comments written yet.

Please login to write comment.