Color Hex Logo

#be717a Color Hex

#BE717A
(190,113,122)
0 Favorites   0 Comments

Color spaces of #be717a

RGB 190113122
HSL0.980.370.59
HSV353°41°75°
CMYK 0.000.410.36   0.25
XYZ30.653224.162521.4606
Yxy24.16250.40190.3168
Hunter Lab49.155425.29048.5235
CIE-Lab56.250131.46268.1770

#be717a color RGB value is (190,113,122).

#be717a hex color red value is 190, green value is 113 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #be717a hue: 0.98 , saturation: 0.37 and the lightness value of be717a is 0.59.

The process color (four color CMYK) of #be717a color hex is 0.00, 0.41, 0.36, 0.25. Web safe color of #be717a is #cc6666. Color #be717a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110001 01111010
Octal 276 161 172
Decimal 190 113 122
Hex BE 71 7A

RGB Percentages of Color #be717a

%44.71
%26.59
%28.71

CMYK Percentages of Color #be717a

%0
%41
%36
%25

Triadic Colors of #be717a

#be717a #7abe71 #717abe

Analogous Colors of #be717a

#be717a #be8f71 #be71a1

Monochromatic Colors of #be717a

#be717a

Complementary Color

#be717a #71beb5

#be717a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be717a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be717a Color CSS Codes

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

#be717a Text Font Color

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

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


#be717a Background Color

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

This div background color is #be717a


#be717a Border Color

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

This div border color is #be717a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be717a


Comments

No comments written yet.

Please login to write comment.