Color Hex Logo

#be7eaf Color Hex

#BE7EAF
(190,126,175)
0 Favorites   0 Comments

Color spaces of #be7eaf

RGB 190126175
HSL0.870.330.62
HSV314°34°75°
CMYK 0.000.340.08   0.25
XYZ36.433928.964044.2278
Yxy28.96400.33230.2642
Hunter Lab53.818226.6592-11.0518
CIE-Lab60.749832.3928-15.7909

#be7eaf color RGB value is (190,126,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111110 10101111
Octal 276 176 257
Decimal 190 126 175
Hex BE 7E AF

RGB Percentages of Color #be7eaf

%38.70
%25.66
%35.64

CMYK Percentages of Color #be7eaf

%0
%34
%8
%25

Triadic Colors of #be7eaf

#be7eaf #afbe7e #7eafbe

Analogous Colors of #be7eaf

#be7eaf #be7e8f #ad7ebe

Monochromatic Colors of #be7eaf

#be7eaf

Complementary Color

#be7eaf #7ebe8d

#be7eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be7eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#be7eaf Color CSS Codes

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

#be7eaf Text Font Color

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

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


#be7eaf Background Color

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

This div background color is #be7eaf


#be7eaf Border Color

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

This div border color is #be7eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be7eaf


Comments

No comments written yet.

Please login to write comment.