Color Hex Logo

#be818f Color Hex

#BE818F
(190,129,143)
0 Favorites   0 Comments

Color spaces of #be818f

RGB 190129143
HSL0.960.320.63
HSV346°32°75°
CMYK 0.000.320.25   0.25
XYZ34.043428.630829.7186
Yxy28.63080.36850.3099
Hunter Lab53.507819.92904.5253
CIE-Lab60.454425.54222.0842

#be818f color RGB value is (190,129,143).

#be818f hex color red value is 190, green value is 129 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #be818f hue: 0.96 , saturation: 0.32 and the lightness value of be818f is 0.63.

The process color (four color CMYK) of #be818f color hex is 0.00, 0.32, 0.25, 0.25. Web safe color of #be818f is #cc9999. Color #be818f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000001 10001111
Octal 276 201 217
Decimal 190 129 143
Hex BE 81 8F

RGB Percentages of Color #be818f

%41.13
%27.92
%30.95

CMYK Percentages of Color #be818f

%0
%32
%25
%25

Triadic Colors of #be818f

#be818f #8fbe81 #818fbe

Analogous Colors of #be818f

#be818f #be9281 #be81ae

Monochromatic Colors of #be818f

#be818f

Complementary Color

#be818f #81beb0

#be818f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be818f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be818f Color CSS Codes

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

#be818f Text Font Color

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

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


#be818f Background Color

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

This div background color is #be818f


#be818f Border Color

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

This div border color is #be818f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be818f


Comments

No comments written yet.

Please login to write comment.