Color Hex Logo

#be51ad Color Hex

#BE51AD
(190,81,173)
0 Favorites   0 Comments

Color spaces of #be51ad

RGB 19081173
HSL0.860.460.53
HSV309°57°75°
CMYK 0.000.570.09   0.25
XYZ31.720519.849141.6946
Yxy19.84910.34010.2128
Hunter Lab44.552349.1224-24.3003
CIE-Lab51.666255.1553-28.5687

#be51ad color RGB value is (190,81,173).

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

The process color (four color CMYK) of #be51ad color hex is 0.00, 0.57, 0.09, 0.25. Web safe color of #be51ad is #cc6699. Color #be51ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010001 10101101
Octal 276 121 255
Decimal 190 81 173
Hex BE 51 AD

RGB Percentages of Color #be51ad

%42.79
%18.24
%38.96

CMYK Percentages of Color #be51ad

%0
%57
%9
%25

Triadic Colors of #be51ad

#be51ad #adbe51 #51adbe

Analogous Colors of #be51ad

#be51ad #be5177 #9951be

Monochromatic Colors of #be51ad

#be51ad

Complementary Color

#be51ad #51be62

#be51ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be51ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#be51ad Color CSS Codes

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

#be51ad Text Font Color

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

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


#be51ad Background Color

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

This div background color is #be51ad


#be51ad Border Color

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

This div border color is #be51ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be51ad


Comments

No comments written yet.

Please login to write comment.