Color Hex Logo

#be0fad Color Hex

#BE0FAD
(190,15,173)
0 Favorites   0 Comments

Color spaces of #be0fad

RGB 19015173
HSL0.850.850.40
HSV306°92°75°
CMYK 0.000.920.09   0.25
XYZ28.948914.305940.7707
Yxy14.30590.34450.1703
Hunter Lab37.823170.4290-37.4343
CIE-Lab44.668574.9072-39.5530

#be0fad color RGB value is (190,15,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00001111 10101101
Octal 276 17 255
Decimal 190 15 173
Hex BE F AD

RGB Percentages of Color #be0fad

%50.26
%3.97
%45.77

CMYK Percentages of Color #be0fad

%0
%92
%9
%25

Triadic Colors of #be0fad

#be0fad #adbe0f #0fadbe

Analogous Colors of #be0fad

#be0fad #be0f55 #780fbe

Monochromatic Colors of #be0fad

#be0fad

Complementary Color

#be0fad #0fbe20

#be0fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be0fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#be0fad Color CSS Codes

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

#be0fad Text Font Color

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

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


#be0fad Background Color

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

This div background color is #be0fad


#be0fad Border Color

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

This div border color is #be0fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be0fad


Comments

No comments written yet.

Please login to write comment.