Color Hex Logo

#be056f Color Hex

#BE056F
(190,5,111)
0 Favorites   0 Comments

Color spaces of #be056f

RGB 1905111
HSL0.900.950.38
HSV326°97°75°
CMYK 0.000.970.42   0.25
XYZ24.158712.203416.1211
Yxy12.20340.46030.2325
Hunter Lab34.933462.3110-2.9079
CIE-Lab41.537668.7177-6.6028

#be056f color RGB value is (190,5,111).

#be056f hex color red value is 190, green value is 5 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #be056f hue: 0.90 , saturation: 0.95 and the lightness value of be056f is 0.38.

The process color (four color CMYK) of #be056f color hex is 0.00, 0.97, 0.42, 0.25. Web safe color of #be056f is #cc0066. Color #be056f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000101 01101111
Octal 276 5 157
Decimal 190 5 111
Hex BE 5 6F

RGB Percentages of Color #be056f

%62.09
%1.63
%36.27

CMYK Percentages of Color #be056f

%0
%97
%42
%25

Triadic Colors of #be056f

#be056f #6fbe05 #056fbe

Analogous Colors of #be056f

#be056f #be0513 #b105be

Monochromatic Colors of #be056f

#be056f

Complementary Color

#be056f #05be54

#be056f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be056f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be056f Color CSS Codes

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

#be056f Text Font Color

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

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


#be056f Background Color

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

This div background color is #be056f


#be056f Border Color

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

This div border color is #be056f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be056f


Comments

No comments written yet.

Please login to write comment.