Color Hex Logo

#be709a Color Hex

#BE709A
(190,112,154)
0 Favorites   0 Comments

Color spaces of #be709a

RGB 190112154
HSL0.910.380.59
HSV328°41°75°
CMYK 0.000.410.19   0.25
XYZ32.862124.868633.6399
Yxy24.86860.35970.2722
Hunter Lab49.868430.3575-5.0875
CIE-Lab56.947236.5040-9.4347

#be709a color RGB value is (190,112,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110000 10011010
Octal 276 160 232
Decimal 190 112 154
Hex BE 70 9A

RGB Percentages of Color #be709a

%41.67
%24.56
%33.77

CMYK Percentages of Color #be709a

%0
%41
%19
%25

Triadic Colors of #be709a

#be709a #9abe70 #709abe

Analogous Colors of #be709a

#be709a #be7073 #bb70be

Monochromatic Colors of #be709a

#be709a

Complementary Color

#be709a #70be94

#be709a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be709a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be709a Color CSS Codes

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

#be709a Text Font Color

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

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


#be709a Background Color

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

This div background color is #be709a


#be709a Border Color

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

This div border color is #be709a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,112,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 #be709a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be709a


Comments

No comments written yet.

Please login to write comment.