Color Hex Logo

#be4eaf Color Hex

#BE4EAF
(190,78,175)
0 Favorites   0 Comments

Color spaces of #be4eaf

RGB 19078175
HSL0.860.460.53
HSV308°59°75°
CMYK 0.000.590.08   0.25
XYZ31.697519.491142.6490
Yxy19.49110.33780.2077
Hunter Lab44.148750.8975-26.3718
CIE-Lab51.256956.8356-30.3742

#be4eaf color RGB value is (190,78,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001110 10101111
Octal 276 116 257
Decimal 190 78 175
Hex BE 4E AF

RGB Percentages of Color #be4eaf

%42.89
%17.61
%39.50

CMYK Percentages of Color #be4eaf

%0
%59
%8
%25

Triadic Colors of #be4eaf

#be4eaf #afbe4e #4eafbe

Analogous Colors of #be4eaf

#be4eaf #be4e77 #954ebe

Monochromatic Colors of #be4eaf

#be4eaf

Complementary Color

#be4eaf #4ebe5d

#be4eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be4eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#be4eaf Color CSS Codes

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

#be4eaf Text Font Color

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

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


#be4eaf Background Color

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

This div background color is #be4eaf


#be4eaf Border Color

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

This div border color is #be4eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be4eaf


Comments

No comments written yet.

Please login to write comment.