Color Hex Logo

#be509e Color Hex

#BE509E
(190,80,158)
0 Favorites   0 Comments

Color spaces of #be509e

RGB 19080158
HSL0.880.460.53
HSV317°58°75°
CMYK 0.000.580.17   0.25
XYZ30.275419.153134.4490
Yxy19.15310.36090.2283
Hunter Lab43.764346.8960-16.0351
CIE-Lab50.865853.2561-20.9951

#be509e color RGB value is (190,80,158).

#be509e hex color red value is 190, green value is 80 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #be509e hue: 0.88 , saturation: 0.46 and the lightness value of be509e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010000 10011110
Octal 276 120 236
Decimal 190 80 158
Hex BE 50 9E

RGB Percentages of Color #be509e

%44.39
%18.69
%36.92

CMYK Percentages of Color #be509e

%0
%58
%17
%25

Triadic Colors of #be509e

#be509e #9ebe50 #509ebe

Analogous Colors of #be509e

#be509e #be5067 #a750be

Monochromatic Colors of #be509e

#be509e

Complementary Color

#be509e #50be70

#be509e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be509e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be509e Color CSS Codes

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

#be509e Text Font Color

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

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


#be509e Background Color

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

This div background color is #be509e


#be509e Border Color

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

This div border color is #be509e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be509e


Comments

No comments written yet.

Please login to write comment.