Color Hex Logo

#b53eec Color Hex

#B53EEC
(181,62,236)
0 Favorites   0 Comments

Color spaces of #b53eec

RGB 18162236
HSL0.780.820.58
HSV281°74°93°
CMYK 0.230.740.00   0.07
XYZ35.919019.325181.1939
Yxy19.32510.26330.1416
Hunter Lab43.960368.9178-78.7353
CIE-Lab51.065472.4169-65.7340

#b53eec color RGB value is (181,62,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111110 11101100
Octal 265 76 354
Decimal 181 62 236
Hex B5 3E EC

RGB Percentages of Color #b53eec

%37.79
%12.94
%49.27

CMYK Percentages of Color #b53eec

%23
%74
%0
%7

Triadic Colors of #b53eec

#b53eec #ecb53e #3eecb5

Analogous Colors of #b53eec

#b53eec #ec3ecc #5e3eec

Monochromatic Colors of #b53eec

#b53eec

Complementary Color

#b53eec #75ec3e

#b53eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53eec Color CSS Codes

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

#b53eec Text Font Color

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

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


#b53eec Background Color

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

This div background color is #b53eec


#b53eec Border Color

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

This div border color is #b53eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53eec


Comments

No comments written yet.

Please login to write comment.