Color Hex Logo

#b52fdb Color Hex

#B52FDB
(181,47,219)
0 Favorites   0 Comments

Color spaces of #b52fdb

RGB 18147219
HSL0.800.700.52
HSV287°79°86°
CMYK 0.170.790.00   0.14
XYZ32.858816.971368.5618
Yxy16.97130.27750.1433
Hunter Lab41.196270.2811-69.8374
CIE-Lab48.223974.0928-60.6929

#b52fdb color RGB value is (181,47,219).

#b52fdb hex color red value is 181, green value is 47 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b52fdb hue: 0.80 , saturation: 0.70 and the lightness value of b52fdb is 0.52.

The process color (four color CMYK) of #b52fdb color hex is 0.17, 0.79, 0.00, 0.14. Web safe color of #b52fdb is #cc33cc. Color #b52fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101111 11011011
Octal 265 57 333
Decimal 181 47 219
Hex B5 2F DB

RGB Percentages of Color #b52fdb

%40.49
%10.51
%48.99

CMYK Percentages of Color #b52fdb

%17
%79
%0
%14

Triadic Colors of #b52fdb

#b52fdb #dbb52f #2fdbb5

Analogous Colors of #b52fdb

#b52fdb #db2fab #5f2fdb

Monochromatic Colors of #b52fdb

#b52fdb

Complementary Color

#b52fdb #55db2f

#b52fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52fdb Color CSS Codes

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

#b52fdb Text Font Color

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

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


#b52fdb Background Color

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

This div background color is #b52fdb


#b52fdb Border Color

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

This div border color is #b52fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52fdb


Comments

No comments written yet.

Please login to write comment.