Color Hex Logo

#b53985 Color Hex

#B53985
(181,57,133)
0 Favorites   0 Comments

Color spaces of #b53985

RGB 18157133
HSL0.900.520.47
HSV323°69°71°
CMYK 0.000.690.27   0.29
XYZ24.752814.443523.6736
Yxy14.44350.39370.2297
Hunter Lab38.004649.7509-10.3293
CIE-Lab44.862456.9620-15.3277

#b53985 color RGB value is (181,57,133).

#b53985 hex color red value is 181, green value is 57 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #b53985 hue: 0.90 , saturation: 0.52 and the lightness value of b53985 is 0.47.

The process color (four color CMYK) of #b53985 color hex is 0.00, 0.69, 0.27, 0.29. Web safe color of #b53985 is #cc3399. Color #b53985 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111001 10000101
Octal 265 71 205
Decimal 181 57 133
Hex B5 39 85

RGB Percentages of Color #b53985

%48.79
%15.36
%35.85

CMYK Percentages of Color #b53985

%0
%69
%27
%29

Triadic Colors of #b53985

#b53985 #85b539 #3985b5

Analogous Colors of #b53985

#b53985 #b53947 #a739b5

Monochromatic Colors of #b53985

#b53985

Complementary Color

#b53985 #39b569

#b53985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53985 Color CSS Codes

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

#b53985 Text Font Color

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

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


#b53985 Background Color

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

This div background color is #b53985


#b53985 Border Color

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

This div border color is #b53985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53985


Comments

No comments written yet.

Please login to write comment.