Color Hex Logo

#be548d Color Hex

#BE548D
(190,84,141)
0 Favorites   0 Comments

Color spaces of #be548d

RGB 19084141
HSL0.910.450.54
HSV328°56°75°
CMYK 0.000.560.26   0.25
XYZ29.213219.210927.3677
Yxy19.21090.38540.2535
Hunter Lab43.830242.2687-6.3396
CIE-Lab50.933048.9254-10.8166

#be548d color RGB value is (190,84,141).

#be548d hex color red value is 190, green value is 84 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #be548d hue: 0.91 , saturation: 0.45 and the lightness value of be548d is 0.54.

The process color (four color CMYK) of #be548d color hex is 0.00, 0.56, 0.26, 0.25. Web safe color of #be548d is #cc6699. Color #be548d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010100 10001101
Octal 276 124 215
Decimal 190 84 141
Hex BE 54 8D

RGB Percentages of Color #be548d

%45.78
%20.24
%33.98

CMYK Percentages of Color #be548d

%0
%56
%26
%25

Triadic Colors of #be548d

#be548d #8dbe54 #548dbe

Analogous Colors of #be548d

#be548d #be5458 #ba54be

Monochromatic Colors of #be548d

#be548d

Complementary Color

#be548d #54be85

#be548d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be548d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be548d Color CSS Codes

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

#be548d Text Font Color

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

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


#be548d Background Color

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

This div background color is #be548d


#be548d Border Color

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

This div border color is #be548d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,84,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #be548d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #be548d;
  -webkit-box-shadow: 1px 1px 3px 2px #be548d;
  box-shadow:         1px 1px 3px 2px #be548d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,84,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be548d


Comments

No comments written yet.

Please login to write comment.