Color Hex Logo

#b52eba Color Hex

#B52EBA
(181,46,186)
0 Favorites   0 Comments

Color spaces of #b52eba

RGB 18146186
HSL0.830.600.45
HSV298°75°73°
CMYK 0.030.750.00   0.27
XYZ28.896015.322947.8890
Yxy15.32290.31370.1664
Hunter Lab39.144563.2638-45.1337
CIE-Lab46.073368.6468-45.0745

#b52eba color RGB value is (181,46,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101110 10111010
Octal 265 56 272
Decimal 181 46 186
Hex B5 2E BA

RGB Percentages of Color #b52eba

%43.83
%11.14
%45.04

CMYK Percentages of Color #b52eba

%3
%75
%0
%27

Triadic Colors of #b52eba

#b52eba #bab52e #2ebab5

Analogous Colors of #b52eba

#b52eba #ba2e79 #6f2eba

Monochromatic Colors of #b52eba

#b52eba

Complementary Color

#b52eba #33ba2e

#b52eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52eba Color CSS Codes

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

#b52eba Text Font Color

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

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


#b52eba Background Color

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

This div background color is #b52eba


#b52eba Border Color

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

This div border color is #b52eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52eba


Comments

No comments written yet.

Please login to write comment.