Color Hex Logo

#b53cba Color Hex

#B53CBA
(181,60,186)
0 Favorites   0 Comments

Color spaces of #b53cba

RGB 18160186
HSL0.830.510.48
HSV298°68°73°
CMYK 0.030.680.00   0.27
XYZ29.534816.600648.1020
Yxy16.60060.31340.1762
Hunter Lab40.743858.0912-41.4768
CIE-Lab47.752863.8671-42.4040

#b53cba color RGB value is (181,60,186).

#b53cba hex color red value is 181, green value is 60 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b53cba hue: 0.83 , saturation: 0.51 and the lightness value of b53cba is 0.48.

The process color (four color CMYK) of #b53cba color hex is 0.03, 0.68, 0.00, 0.27. Web safe color of #b53cba is #cc33cc. Color #b53cba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111100 10111010
Octal 265 74 272
Decimal 181 60 186
Hex B5 3C BA

RGB Percentages of Color #b53cba

%42.39
%14.05
%43.56

CMYK Percentages of Color #b53cba

%3
%68
%0
%27

Triadic Colors of #b53cba

#b53cba #bab53c #3cbab5

Analogous Colors of #b53cba

#b53cba #ba3c80 #763cba

Monochromatic Colors of #b53cba

#b53cba

Complementary Color

#b53cba #41ba3c

#b53cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53cba Color CSS Codes

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

#b53cba Text Font Color

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

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


#b53cba Background Color

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

This div background color is #b53cba


#b53cba Border Color

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

This div border color is #b53cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53cba


Comments

No comments written yet.

Please login to write comment.