Color Hex Logo

#be7daf Color Hex

#BE7DAF
(190,125,175)
0 Favorites   0 Comments

Color spaces of #be7daf

RGB 190125175
HSL0.870.330.62
HSV314°34°75°
CMYK 0.000.340.08   0.25
XYZ36.306728.709544.1854
Yxy28.70950.33250.2629
Hunter Lab53.581227.1846-11.3862
CIE-Lab60.524432.9414-16.1322

#be7daf color RGB value is (190,125,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111101 10101111
Octal 276 175 257
Decimal 190 125 175
Hex BE 7D AF

RGB Percentages of Color #be7daf

%38.78
%25.51
%35.71

CMYK Percentages of Color #be7daf

%0
%34
%8
%25

Triadic Colors of #be7daf

#be7daf #afbe7d #7dafbe

Analogous Colors of #be7daf

#be7daf #be7d8f #ad7dbe

Monochromatic Colors of #be7daf

#be7daf

Complementary Color

#be7daf #7dbe8c

#be7daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be7daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#be7daf Color CSS Codes

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

#be7daf Text Font Color

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

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


#be7daf Background Color

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

This div background color is #be7daf


#be7daf Border Color

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

This div border color is #be7daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be7daf


Comments

No comments written yet.

Please login to write comment.