Color Hex Logo

#b54585 Color Hex

#B54585
(181,69,133)
0 Favorites   0 Comments

Color spaces of #b54585

RGB 18169133
HSL0.900.450.49
HSV326°62°71°
CMYK 0.000.620.27   0.29
XYZ25.417815.773523.8952
Yxy15.77350.39050.2423
Hunter Lab39.715944.7356-7.8709
CIE-Lab46.675951.9792-12.5750

#b54585 color RGB value is (181,69,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01000101 10000101
Octal 265 105 205
Decimal 181 69 133
Hex B5 45 85

RGB Percentages of Color #b54585

%47.26
%18.02
%34.73

CMYK Percentages of Color #b54585

%0
%62
%27
%29

Triadic Colors of #b54585

#b54585 #85b545 #4585b5

Analogous Colors of #b54585

#b54585 #b5454d #ad45b5

Monochromatic Colors of #b54585

#b54585

Complementary Color

#b54585 #45b575

#b54585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54585 Color CSS Codes

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

#b54585 Text Font Color

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

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


#b54585 Background Color

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

This div background color is #b54585


#b54585 Border Color

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

This div border color is #b54585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54585


Comments

No comments written yet.

Please login to write comment.