Color Hex Logo

#b53eba Color Hex

#B53EBA
(181,62,186)
0 Favorites   0 Comments

Color spaces of #b53eba

RGB 18162186
HSL0.830.500.49
HSV298°67°73°
CMYK 0.030.670.00   0.27
XYZ29.641616.814248.1375
Yxy16.81420.31340.1778
Hunter Lab41.005157.2743-40.8992
CIE-Lab48.025163.1012-41.9720

#b53eba color RGB value is (181,62,186).

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

The process color (four color CMYK) of #b53eba color hex is 0.03, 0.67, 0.00, 0.27. Web safe color of #b53eba is #cc33cc. Color #b53eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111110 10111010
Octal 265 76 272
Decimal 181 62 186
Hex B5 3E BA

RGB Percentages of Color #b53eba

%42.19
%14.45
%43.36

CMYK Percentages of Color #b53eba

%3
%67
%0
%27

Triadic Colors of #b53eba

#b53eba #bab53e #3ebab5

Analogous Colors of #b53eba

#b53eba #ba3e81 #773eba

Monochromatic Colors of #b53eba

#b53eba

Complementary Color

#b53eba #43ba3e

#b53eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53eba Color CSS Codes

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

#b53eba Text Font Color

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

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


#b53eba Background Color

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

This div background color is #b53eba


#b53eba Border Color

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

This div border color is #b53eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53eba


Comments

No comments written yet.

Please login to write comment.