Color Hex Logo

#b54da0 Color Hex

#B54DA0
(181,77,160)
0 Favorites   0 Comments

Color spaces of #b54da0

RGB 18177160
HSL0.870.410.51
HSV312°57°71°
CMYK 0.000.570.12   0.29
XYZ28.055117.669635.1896
Yxy17.66960.34670.2184
Hunter Lab42.035245.5726-20.2097
CIE-Lab49.092952.3379-25.0216

#b54da0 color RGB value is (181,77,160).

#b54da0 hex color red value is 181, green value is 77 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #b54da0 hue: 0.87 , saturation: 0.41 and the lightness value of b54da0 is 0.51.

The process color (four color CMYK) of #b54da0 color hex is 0.00, 0.57, 0.12, 0.29. Web safe color of #b54da0 is #cc6699. Color #b54da0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01001101 10100000
Octal 265 115 240
Decimal 181 77 160
Hex B5 4D A0

RGB Percentages of Color #b54da0

%43.30
%18.42
%38.28

CMYK Percentages of Color #b54da0

%0
%57
%12
%29

Triadic Colors of #b54da0

#b54da0 #a0b54d #4da0b5

Analogous Colors of #b54da0

#b54da0 #b54d6c #964db5

Monochromatic Colors of #b54da0

#b54da0

Complementary Color

#b54da0 #4db562

#b54da0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54da0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54da0 Color CSS Codes

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

#b54da0 Text Font Color

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

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


#b54da0 Background Color

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

This div background color is #b54da0


#b54da0 Border Color

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

This div border color is #b54da0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54da0


Comments

No comments written yet.

Please login to write comment.