Color Hex Logo

#be817b Color Hex

#BE817B
(190,129,123)
0 Favorites   0 Comments

Color spaces of #be817b

RGB 190129123
HSL0.010.340.61
HSV35°75°
CMYK 0.000.320.35   0.25
XYZ32.660628.077722.4370
Yxy28.07770.39270.3376
Hunter Lab52.988417.292811.9866
CIE-Lab59.958922.803812.8323

#be817b color RGB value is (190,129,123).

#be817b hex color red value is 190, green value is 129 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #be817b hue: 0.01 , saturation: 0.34 and the lightness value of be817b is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000001 01111011
Octal 276 201 173
Decimal 190 129 123
Hex BE 81 7B

RGB Percentages of Color #be817b

%42.99
%29.19
%27.83

CMYK Percentages of Color #be817b

%0
%32
%35
%25

Triadic Colors of #be817b

#be817b #7bbe81 #817bbe

Analogous Colors of #be817b

#be817b #bea37b #be7b97

Monochromatic Colors of #be817b

#be817b

Complementary Color

#be817b #7bb8be

#be817b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be817b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be817b Color CSS Codes

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

#be817b Text Font Color

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

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


#be817b Background Color

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

This div background color is #be817b


#be817b Border Color

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

This div border color is #be817b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be817b


Comments

No comments written yet.

Please login to write comment.