Color Hex Logo

#b53bda Color Hex

#B53BDA
(181,59,218)
0 Favorites   0 Comments

Color spaces of #b53bda

RGB 18159218
HSL0.790.680.54
HSV286°73°85°
CMYK 0.170.730.00   0.15
XYZ33.274918.013668.0529
Yxy18.01360.27880.1509
Hunter Lab42.442465.6699-65.3569
CIE-Lab49.512670.0129-58.0457

#b53bda color RGB value is (181,59,218).

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

The process color (four color CMYK) of #b53bda color hex is 0.17, 0.73, 0.00, 0.15. Web safe color of #b53bda is #cc33cc. Color #b53bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111011 11011010
Octal 265 73 332
Decimal 181 59 218
Hex B5 3B DA

RGB Percentages of Color #b53bda

%39.52
%12.88
%47.60

CMYK Percentages of Color #b53bda

%17
%73
%0
%15

Triadic Colors of #b53bda

#b53bda #dab53b #3bdab5

Analogous Colors of #b53bda

#b53bda #da3bb0 #663bda

Monochromatic Colors of #b53bda

#b53bda

Complementary Color

#b53bda #60da3b

#b53bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53bda Color CSS Codes

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

#b53bda Text Font Color

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

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


#b53bda Background Color

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

This div background color is #b53bda


#b53bda Border Color

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

This div border color is #b53bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53bda


Comments

No comments written yet.

Please login to write comment.