Color Hex Logo

#be59ae Color Hex

#BE59AE
(190,89,174)
0 Favorites   0 Comments

Color spaces of #be59ae

RGB 19089174
HSL0.860.440.55
HSV310°53°75°
CMYK 0.000.530.08   0.25
XYZ32.447621.147942.4162
Yxy21.14790.33800.2203
Hunter Lab45.986845.4698-22.4956
CIE-Lab53.111051.5576-26.9107

#be59ae color RGB value is (190,89,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011001 10101110
Octal 276 131 256
Decimal 190 89 174
Hex BE 59 AE

RGB Percentages of Color #be59ae

%41.94
%19.65
%38.41

CMYK Percentages of Color #be59ae

%0
%53
%8
%25

Triadic Colors of #be59ae

#be59ae #aebe59 #59aebe

Analogous Colors of #be59ae

#be59ae #be597c #9c59be

Monochromatic Colors of #be59ae

#be59ae

Complementary Color

#be59ae #59be69

#be59ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be59ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#be59ae Color CSS Codes

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

#be59ae Text Font Color

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

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


#be59ae Background Color

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

This div background color is #be59ae


#be59ae Border Color

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

This div border color is #be59ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be59ae


Comments

No comments written yet.

Please login to write comment.