Color Hex Logo

#b53ede Color Hex

#B53EDE
(181,62,222)
0 Favorites   0 Comments

Color spaces of #b53ede

RGB 18162222
HSL0.790.710.56
HSV285°72°87°
CMYK 0.180.720.00   0.13
XYZ33.963518.542970.8963
Yxy18.54290.27520.1503
Hunter Lab43.061565.4292-67.4719
CIE-Lab50.148169.6880-59.2992

#b53ede color RGB value is (181,62,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111110 11011110
Octal 265 76 336
Decimal 181 62 222
Hex B5 3E DE

RGB Percentages of Color #b53ede

%38.92
%13.33
%47.74

CMYK Percentages of Color #b53ede

%18
%72
%0
%13

Triadic Colors of #b53ede

#b53ede #deb53e #3edeb5

Analogous Colors of #b53ede

#b53ede #de3eb7 #653ede

Monochromatic Colors of #b53ede

#b53ede

Complementary Color

#b53ede #67de3e

#b53ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53ede Color CSS Codes

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

#b53ede Text Font Color

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

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


#b53ede Background Color

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

This div background color is #b53ede


#b53ede Border Color

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

This div border color is #b53ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53ede


Comments

No comments written yet.

Please login to write comment.