Color Hex Logo

#be0dad Color Hex

#BE0DAD
(190,13,173)
0 Favorites   0 Comments

Color spaces of #be0dad

RGB 19013173
HSL0.850.870.40
HSV306°93°75°
CMYK 0.000.930.09   0.25
XYZ28.922014.252140.7617
Yxy14.25210.34460.1698
Hunter Lab37.752070.6840-37.5905
CIE-Lab44.592375.1312-39.6736

#be0dad color RGB value is (190,13,173).

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

The process color (four color CMYK) of #be0dad color hex is 0.00, 0.93, 0.09, 0.25. Web safe color of #be0dad is #cc0099. Color #be0dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00001101 10101101
Octal 276 15 255
Decimal 190 13 173
Hex BE D AD

RGB Percentages of Color #be0dad

%50.53
%3.46
%46.01

CMYK Percentages of Color #be0dad

%0
%93
%9
%25

Triadic Colors of #be0dad

#be0dad #adbe0d #0dadbe

Analogous Colors of #be0dad

#be0dad #be0d54 #770dbe

Monochromatic Colors of #be0dad

#be0dad

Complementary Color

#be0dad #0dbe1e

#be0dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be0dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#be0dad Color CSS Codes

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

#be0dad Text Font Color

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

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


#be0dad Background Color

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

This div background color is #be0dad


#be0dad Border Color

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

This div border color is #be0dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be0dad


Comments

No comments written yet.

Please login to write comment.