Color Hex Logo

#be558e Color Hex

#BE558E
(190,85,142)
0 Favorites   0 Comments

Color spaces of #be558e

RGB 19085142
HSL0.910.450.54
HSV327°55°75°
CMYK 0.000.550.25   0.25
XYZ29.366219.397127.7874
Yxy19.39710.38360.2534
Hunter Lab44.042141.9456-6.5782
CIE-Lab51.148648.5844-11.0869

#be558e color RGB value is (190,85,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010101 10001110
Octal 276 125 216
Decimal 190 85 142
Hex BE 55 8E

RGB Percentages of Color #be558e

%45.56
%20.38
%34.05

CMYK Percentages of Color #be558e

%0
%55
%25
%25

Triadic Colors of #be558e

#be558e #8ebe55 #558ebe

Analogous Colors of #be558e

#be558e #be5559 #ba55be

Monochromatic Colors of #be558e

#be558e

Complementary Color

#be558e #55be85

#be558e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be558e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be558e Color CSS Codes

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

#be558e Text Font Color

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

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


#be558e Background Color

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

This div background color is #be558e


#be558e Border Color

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

This div border color is #be558e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be558e


Comments

No comments written yet.

Please login to write comment.