Color Hex Logo

#b53eed Color Hex

#B53EED
(181,62,237)
0 Favorites   0 Comments

Color spaces of #b53eed

RGB 18162237
HSL0.780.830.59
HSV281°74°93°
CMYK 0.240.740.00   0.07
XYZ36.064719.383481.9613
Yxy19.38340.26250.1411
Hunter Lab44.026669.1731-79.5576
CIE-Lab51.132872.6146-66.1874

#b53eed color RGB value is (181,62,237).

#b53eed hex color red value is 181, green value is 62 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b53eed hue: 0.78 , saturation: 0.83 and the lightness value of b53eed is 0.59.

The process color (four color CMYK) of #b53eed color hex is 0.24, 0.74, 0.00, 0.07. Web safe color of #b53eed is #cc33ff. Color #b53eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111110 11101101
Octal 265 76 355
Decimal 181 62 237
Hex B5 3E ED

RGB Percentages of Color #b53eed

%37.71
%12.92
%49.38

CMYK Percentages of Color #b53eed

%24
%74
%0
%7

Triadic Colors of #b53eed

#b53eed #edb53e #3eedb5

Analogous Colors of #b53eed

#b53eed #ed3ece #5d3eed

Monochromatic Colors of #b53eed

#b53eed

Complementary Color

#b53eed #76ed3e

#b53eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53eed Color CSS Codes

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

#b53eed Text Font Color

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

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


#b53eed Background Color

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

This div background color is #b53eed


#b53eed Border Color

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

This div border color is #b53eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53eed


Comments

No comments written yet.

Please login to write comment.