Color Hex Logo

#be2dab Color Hex

#BE2DAB
(190,45,171)
0 Favorites   0 Comments

Color spaces of #be2dab

RGB 19045171
HSL0.860.620.46
HSV308°76°75°
CMYK 0.000.760.10   0.25
XYZ29.524315.764240.0148
Yxy15.76420.34610.1848
Hunter Lab39.704263.2516-31.9610
CIE-Lab46.663668.5218-35.2167

#be2dab color RGB value is (190,45,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00101101 10101011
Octal 276 55 253
Decimal 190 45 171
Hex BE 2D AB

RGB Percentages of Color #be2dab

%46.80
%11.08
%42.12

CMYK Percentages of Color #be2dab

%0
%76
%10
%25

Triadic Colors of #be2dab

#be2dab #abbe2d #2dabbe

Analogous Colors of #be2dab

#be2dab #be2d62 #892dbe

Monochromatic Colors of #be2dab

#be2dab

Complementary Color

#be2dab #2dbe40

#be2dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be2dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#be2dab Color CSS Codes

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

#be2dab Text Font Color

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

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


#be2dab Background Color

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

This div background color is #be2dab


#be2dab Border Color

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

This div border color is #be2dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be2dab

#be2dab Color Palettes


Comments

No comments written yet.

Please login to write comment.