Color Hex Logo

#be80af Color Hex

#BE80AF
(190,128,175)
0 Favorites   0 Comments

Color spaces of #be80af

RGB 190128175
HSL0.870.320.62
HSV315°33°75°
CMYK 0.000.330.08   0.25
XYZ36.692229.480644.3139
Yxy29.48060.33210.2668
Hunter Lab54.296025.6087-10.3825
CIE-Lab61.203531.2939-15.1048

#be80af color RGB value is (190,128,175).

#be80af hex color red value is 190, green value is 128 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #be80af hue: 0.87 , saturation: 0.32 and the lightness value of be80af is 0.62.

The process color (four color CMYK) of #be80af color hex is 0.00, 0.33, 0.08, 0.25. Web safe color of #be80af is #cc9999. Color #be80af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000000 10101111
Octal 276 200 257
Decimal 190 128 175
Hex BE 80 AF

RGB Percentages of Color #be80af

%38.54
%25.96
%35.50

CMYK Percentages of Color #be80af

%0
%33
%8
%25

Triadic Colors of #be80af

#be80af #afbe80 #80afbe

Analogous Colors of #be80af

#be80af #be8090 #ae80be

Monochromatic Colors of #be80af

#be80af

Complementary Color

#be80af #80be8f

#be80af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be80af Color Preview on White Background

Lorem ipsum dolor sit amet.

#be80af Color CSS Codes

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

#be80af Text Font Color

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

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


#be80af Background Color

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

This div background color is #be80af


#be80af Border Color

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

This div border color is #be80af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,128,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 #be80af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be80af


Comments

No comments written yet.

Please login to write comment.