Color Hex Logo

#b53286 Color Hex

#B53286
(181,50,134)
0 Favorites   0 Comments

Color spaces of #b53286

RGB 18150134
HSL0.890.570.45
HSV322°72°71°
CMYK 0.000.720.26   0.29
XYZ24.499713.826223.9317
Yxy13.82620.39350.2221
Hunter Lab37.183652.5396-12.1311
CIE-Lab43.982659.6619-17.2799

#b53286 color RGB value is (181,50,134).

#b53286 hex color red value is 181, green value is 50 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #b53286 hue: 0.89 , saturation: 0.57 and the lightness value of b53286 is 0.45.

The process color (four color CMYK) of #b53286 color hex is 0.00, 0.72, 0.26, 0.29. Web safe color of #b53286 is #cc3399. Color #b53286 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110010 10000110
Octal 265 62 206
Decimal 181 50 134
Hex B5 32 86

RGB Percentages of Color #b53286

%49.59
%13.70
%36.71

CMYK Percentages of Color #b53286

%0
%72
%26
%29

Triadic Colors of #b53286

#b53286 #86b532 #3286b5

Analogous Colors of #b53286

#b53286 #b53245 #a332b5

Monochromatic Colors of #b53286

#b53286

Complementary Color

#b53286 #32b561

#b53286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53286 Color CSS Codes

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

#b53286 Text Font Color

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

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


#b53286 Background Color

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

This div background color is #b53286


#b53286 Border Color

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

This div border color is #b53286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53286


Comments

No comments written yet.

Please login to write comment.