Color Hex Logo

#be869f Color Hex

#BE869F
(190,134,159)
0 Favorites   0 Comments

Color spaces of #be869f

RGB 190134159
HSL0.930.300.64
HSV333°29°75°
CMYK 0.000.290.16   0.25
XYZ36.018330.500536.7897
Yxy30.50050.34860.2952
Hunter Lab55.227319.7670-0.8370
CIE-Lab62.083725.2571-4.6733

#be869f color RGB value is (190,134,159).

#be869f hex color red value is 190, green value is 134 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #be869f hue: 0.93 , saturation: 0.30 and the lightness value of be869f is 0.64.

The process color (four color CMYK) of #be869f color hex is 0.00, 0.29, 0.16, 0.25. Web safe color of #be869f is #cc9999. Color #be869f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000110 10011111
Octal 276 206 237
Decimal 190 134 159
Hex BE 86 9F

RGB Percentages of Color #be869f

%39.34
%27.74
%32.92

CMYK Percentages of Color #be869f

%0
%29
%16
%25

Triadic Colors of #be869f

#be869f #9fbe86 #869fbe

Analogous Colors of #be869f

#be869f #be8986 #be86bb

Monochromatic Colors of #be869f

#be869f

Complementary Color

#be869f #86bea5

#be869f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be869f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be869f Color CSS Codes

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

#be869f Text Font Color

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

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


#be869f Background Color

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

This div background color is #be869f


#be869f Border Color

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

This div border color is #be869f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be869f


Comments

No comments written yet.

Please login to write comment.