Color Hex Logo

#b54290 Color Hex

#B54290
(181,66,144)
0 Favorites   0 Comments

Color spaces of #b54290

RGB 18166144
HSL0.890.470.48
HSV319°64°71°
CMYK 0.000.640.20   0.29
XYZ26.038315.733828.0501
Yxy15.73380.37290.2253
Hunter Lab39.665947.7595-14.1614
CIE-Lab46.623354.8063-19.2877

#b54290 color RGB value is (181,66,144).

#b54290 hex color red value is 181, green value is 66 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #b54290 hue: 0.89 , saturation: 0.47 and the lightness value of b54290 is 0.48.

The process color (four color CMYK) of #b54290 color hex is 0.00, 0.64, 0.20, 0.29. Web safe color of #b54290 is #cc3399. Color #b54290 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01000010 10010000
Octal 265 102 220
Decimal 181 66 144
Hex B5 42 90

RGB Percentages of Color #b54290

%46.29
%16.88
%36.83

CMYK Percentages of Color #b54290

%0
%64
%20
%29

Triadic Colors of #b54290

#b54290 #90b542 #4290b5

Analogous Colors of #b54290

#b54290 #b54257 #a142b5

Monochromatic Colors of #b54290

#b54290

Complementary Color

#b54290 #42b567

#b54290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54290 Color CSS Codes

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

#b54290 Text Font Color

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

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


#b54290 Background Color

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

This div background color is #b54290


#b54290 Border Color

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

This div border color is #b54290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54290

#b54290 Color Palettes


Comments

No comments written yet.

Please login to write comment.