Color Hex Logo

#b52ebd Color Hex

#B52EBD
(181,46,189)
0 Favorites   0 Comments

Color spaces of #b52ebd

RGB 18146189
HSL0.820.610.46
HSV297°76°74°
CMYK 0.040.760.00   0.26
XYZ29.218415.451949.5866
Yxy15.45190.31000.1639
Hunter Lab39.308963.8889-47.2757
CIE-Lab46.247069.1438-46.5514

#b52ebd color RGB value is (181,46,189).

#b52ebd hex color red value is 181, green value is 46 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b52ebd hue: 0.82 , saturation: 0.61 and the lightness value of b52ebd is 0.46.

The process color (four color CMYK) of #b52ebd color hex is 0.04, 0.76, 0.00, 0.26. Web safe color of #b52ebd is #cc33cc. Color #b52ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101110 10111101
Octal 265 56 275
Decimal 181 46 189
Hex B5 2E BD

RGB Percentages of Color #b52ebd

%43.51
%11.06
%45.43

CMYK Percentages of Color #b52ebd

%4
%76
%0
%26

Triadic Colors of #b52ebd

#b52ebd #bdb52e #2ebdb5

Analogous Colors of #b52ebd

#b52ebd #bd2e7e #6e2ebd

Monochromatic Colors of #b52ebd

#b52ebd

Complementary Color

#b52ebd #36bd2e

#b52ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52ebd Color CSS Codes

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

#b52ebd Text Font Color

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

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


#b52ebd Background Color

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

This div background color is #b52ebd


#b52ebd Border Color

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

This div border color is #b52ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52ebd


Comments

No comments written yet.

Please login to write comment.