Color Hex Logo

#be59af Color Hex

#BE59AF
(190,89,175)
0 Favorites   0 Comments

Color spaces of #be59af

RGB 19089175
HSL0.860.440.55
HSV309°53°75°
CMYK 0.000.530.08   0.25
XYZ32.545421.187142.9316
Yxy21.18710.33670.2192
Hunter Lab46.029445.6580-23.0791
CIE-Lab53.153751.7244-27.4264

#be59af color RGB value is (190,89,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011001 10101111
Octal 276 131 257
Decimal 190 89 175
Hex BE 59 AF

RGB Percentages of Color #be59af

%41.85
%19.60
%38.55

CMYK Percentages of Color #be59af

%0
%53
%8
%25

Triadic Colors of #be59af

#be59af #afbe59 #59afbe

Analogous Colors of #be59af

#be59af #be597d #9b59be

Monochromatic Colors of #be59af

#be59af

Complementary Color

#be59af #59be68

#be59af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be59af Color Preview on White Background

Lorem ipsum dolor sit amet.

#be59af Color CSS Codes

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

#be59af Text Font Color

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

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


#be59af Background Color

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

This div background color is #be59af


#be59af Border Color

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

This div border color is #be59af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be59af


Comments

No comments written yet.

Please login to write comment.