Color Hex Logo

#be7095 Color Hex

#BE7095
(190,112,149)
0 Favorites   0 Comments

Color spaces of #be7095

RGB 190112149
HSL0.920.380.59
HSV332°41°75°
CMYK 0.000.410.22   0.25
XYZ32.454224.705431.4919
Yxy24.70540.36610.2787
Hunter Lab49.704529.5673-2.7719
CIE-Lab56.787235.7353-6.7691

#be7095 color RGB value is (190,112,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110000 10010101
Octal 276 160 225
Decimal 190 112 149
Hex BE 70 95

RGB Percentages of Color #be7095

%42.13
%24.83
%33.04

CMYK Percentages of Color #be7095

%0
%41
%22
%25

Triadic Colors of #be7095

#be7095 #95be70 #7095be

Analogous Colors of #be7095

#be7095 #be7270 #be70bc

Monochromatic Colors of #be7095

#be7095

Complementary Color

#be7095 #70be99

#be7095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be7095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be7095 Color CSS Codes

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

#be7095 Text Font Color

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

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


#be7095 Background Color

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

This div background color is #be7095


#be7095 Border Color

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

This div border color is #be7095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be7095


Comments

No comments written yet.

Please login to write comment.