Color Hex Logo

#be599d Color Hex

#BE599D
(190,89,157)
0 Favorites   0 Comments

Color spaces of #be599d

RGB 19089157
HSL0.890.440.55
HSV320°53°75°
CMYK 0.000.530.17   0.25
XYZ30.893420.526234.2320
Yxy20.52620.36070.2396
Hunter Lab45.305842.4313-13.0840
CIE-Lab52.427048.8348-18.0167

#be599d color RGB value is (190,89,157).

#be599d hex color red value is 190, green value is 89 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #be599d hue: 0.89 , saturation: 0.44 and the lightness value of be599d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011001 10011101
Octal 276 131 235
Decimal 190 89 157
Hex BE 59 9D

RGB Percentages of Color #be599d

%43.58
%20.41
%36.01

CMYK Percentages of Color #be599d

%0
%53
%17
%25

Triadic Colors of #be599d

#be599d #9dbe59 #599dbe

Analogous Colors of #be599d

#be599d #be596b #ad59be

Monochromatic Colors of #be599d

#be599d

Complementary Color

#be599d #59be7a

#be599d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be599d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be599d Color CSS Codes

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

#be599d Text Font Color

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

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


#be599d Background Color

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

This div background color is #be599d


#be599d Border Color

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

This div border color is #be599d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be599d


Comments

No comments written yet.

Please login to write comment.