Color Hex Logo

#b52fbd Color Hex

#B52FBD
(181,47,189)
0 Favorites   0 Comments

Color spaces of #b52fbd

RGB 18147189
HSL0.820.600.46
HSV297°75°74°
CMYK 0.040.750.00   0.26
XYZ29.257915.530949.5998
Yxy15.53090.31000.1645
Hunter Lab39.409363.5543-47.0349
CIE-Lab46.352968.8393-46.3824

#b52fbd color RGB value is (181,47,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101111 10111101
Octal 265 57 275
Decimal 181 47 189
Hex B5 2F BD

RGB Percentages of Color #b52fbd

%43.41
%11.27
%45.32

CMYK Percentages of Color #b52fbd

%4
%75
%0
%26

Triadic Colors of #b52fbd

#b52fbd #bdb52f #2fbdb5

Analogous Colors of #b52fbd

#b52fbd #bd2f7e #6e2fbd

Monochromatic Colors of #b52fbd

#b52fbd

Complementary Color

#b52fbd #37bd2f

#b52fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52fbd Color CSS Codes

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

#b52fbd Text Font Color

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

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


#b52fbd Background Color

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

This div background color is #b52fbd


#b52fbd Border Color

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

This div border color is #b52fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52fbd


Comments

No comments written yet.

Please login to write comment.