Color Hex Logo

#be2eab Color Hex

#BE2EAB
(190,46,171)
0 Favorites   0 Comments

Color spaces of #be2eab

RGB 19046171
HSL0.860.610.46
HSV308°76°75°
CMYK 0.000.760.10   0.25
XYZ29.562915.841440.0276
Yxy15.84140.34600.1854
Hunter Lab39.801362.9310-31.7663
CIE-Lab46.765768.2291-35.0558

#be2eab color RGB value is (190,46,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00101110 10101011
Octal 276 56 253
Decimal 190 46 171
Hex BE 2E AB

RGB Percentages of Color #be2eab

%46.68
%11.30
%42.01

CMYK Percentages of Color #be2eab

%0
%76
%10
%25

Triadic Colors of #be2eab

#be2eab #abbe2e #2eabbe

Analogous Colors of #be2eab

#be2eab #be2e63 #892ebe

Monochromatic Colors of #be2eab

#be2eab

Complementary Color

#be2eab #2ebe41

#be2eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be2eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#be2eab Color CSS Codes

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

#be2eab Text Font Color

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

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


#be2eab Background Color

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

This div background color is #be2eab


#be2eab Border Color

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

This div border color is #be2eab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,46,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #be2eab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be2eab


Comments

No comments written yet.

Please login to write comment.