Color Hex Logo

#be2eaf Color Hex

#BE2EAF
(190,46,175)
0 Favorites   0 Comments

Color spaces of #be2eaf

RGB 19046175
HSL0.850.610.46
HSV306°76°75°
CMYK 0.000.760.08   0.25
XYZ29.950115.996342.0665
Yxy15.99630.34030.1817
Hunter Lab39.995463.6759-34.3635
CIE-Lab46.969668.8228-37.0967

#be2eaf color RGB value is (190,46,175).

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

The process color (four color CMYK) of #be2eaf color hex is 0.00, 0.76, 0.08, 0.25. Web safe color of #be2eaf is #cc3399. Color #be2eaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00101110 10101111
Octal 276 56 257
Decimal 190 46 175
Hex BE 2E AF

RGB Percentages of Color #be2eaf

%46.23
%11.19
%42.58

CMYK Percentages of Color #be2eaf

%0
%76
%8
%25

Triadic Colors of #be2eaf

#be2eaf #afbe2e #2eafbe

Analogous Colors of #be2eaf

#be2eaf #be2e67 #852ebe

Monochromatic Colors of #be2eaf

#be2eaf

Complementary Color

#be2eaf #2ebe3d

#be2eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be2eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#be2eaf Color CSS Codes

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

#be2eaf Text Font Color

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

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


#be2eaf Background Color

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

This div background color is #be2eaf


#be2eaf Border Color

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

This div border color is #be2eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be2eaf


Comments

No comments written yet.

Please login to write comment.