Color Hex Logo

#be719a Color Hex

#BE719A
(190,113,154)
0 Favorites   0 Comments

Color spaces of #be719a

RGB 190113154
HSL0.910.370.59
HSV328°41°75°
CMYK 0.000.410.19   0.25
XYZ32.973125.090533.6769
Yxy25.09050.35940.2735
Hunter Lab50.090429.8432-4.7987
CIE-Lab57.163535.9663-9.1113

#be719a color RGB value is (190,113,154).

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

The process color (four color CMYK) of #be719a color hex is 0.00, 0.41, 0.19, 0.25. Web safe color of #be719a is #cc6699. Color #be719a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110001 10011010
Octal 276 161 232
Decimal 190 113 154
Hex BE 71 9A

RGB Percentages of Color #be719a

%41.58
%24.73
%33.70

CMYK Percentages of Color #be719a

%0
%41
%19
%25

Triadic Colors of #be719a

#be719a #9abe71 #719abe

Analogous Colors of #be719a

#be719a #be7174 #bc71be

Monochromatic Colors of #be719a

#be719a

Complementary Color

#be719a #71be95

#be719a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be719a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be719a Color CSS Codes

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

#be719a Text Font Color

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

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


#be719a Background Color

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

This div background color is #be719a


#be719a Border Color

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

This div border color is #be719a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be719a


Comments

No comments written yet.

Please login to write comment.