Color Hex Logo

#b53fdb Color Hex

#B53FDB
(181,63,219)
0 Favorites   0 Comments

Color spaces of #b53fdb

RGB 18163219
HSL0.790.680.55
HSV285°71°86°
CMYK 0.170.710.00   0.14
XYZ33.619718.493268.8154
Yxy18.49320.27800.1529
Hunter Lab43.003764.2923-64.7744
CIE-Lab50.088968.7417-57.6883

#b53fdb color RGB value is (181,63,219).

#b53fdb hex color red value is 181, green value is 63 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b53fdb hue: 0.79 , saturation: 0.68 and the lightness value of b53fdb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111111 11011011
Octal 265 77 333
Decimal 181 63 219
Hex B5 3F DB

RGB Percentages of Color #b53fdb

%39.09
%13.61
%47.30

CMYK Percentages of Color #b53fdb

%17
%71
%0
%14

Triadic Colors of #b53fdb

#b53fdb #dbb53f #3fdbb5

Analogous Colors of #b53fdb

#b53fdb #db3fb3 #673fdb

Monochromatic Colors of #b53fdb

#b53fdb

Complementary Color

#b53fdb #65db3f

#b53fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53fdb Color CSS Codes

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

#b53fdb Text Font Color

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

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


#b53fdb Background Color

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

This div background color is #b53fdb


#b53fdb Border Color

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

This div border color is #b53fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53fdb


Comments

No comments written yet.

Please login to write comment.