Color Hex Logo

#be2aad Color Hex

#BE2AAD
(190,42,173)
0 Favorites   0 Comments

Color spaces of #be2aad

RGB 19042173
HSL0.850.640.45
HSV307°78°75°
CMYK 0.000.780.09   0.25
XYZ29.606015.620240.9898
Yxy15.62020.34340.1812
Hunter Lab39.522464.5491-33.8257
CIE-Lab46.472269.6588-36.7008

#be2aad color RGB value is (190,42,173).

#be2aad hex color red value is 190, green value is 42 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #be2aad hue: 0.85 , saturation: 0.64 and the lightness value of be2aad is 0.45.

The process color (four color CMYK) of #be2aad color hex is 0.00, 0.78, 0.09, 0.25. Web safe color of #be2aad is #cc3399. Color #be2aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00101010 10101101
Octal 276 52 255
Decimal 190 42 173
Hex BE 2A AD

RGB Percentages of Color #be2aad

%46.91
%10.37
%42.72

CMYK Percentages of Color #be2aad

%0
%78
%9
%25

Triadic Colors of #be2aad

#be2aad #adbe2a #2aadbe

Analogous Colors of #be2aad

#be2aad #be2a63 #852abe

Monochromatic Colors of #be2aad

#be2aad

Complementary Color

#be2aad #2abe3b

#be2aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be2aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#be2aad Color CSS Codes

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

#be2aad Text Font Color

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

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


#be2aad Background Color

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

This div background color is #be2aad


#be2aad Border Color

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

This div border color is #be2aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be2aad


Comments

No comments written yet.

Please login to write comment.