Color Hex Logo

#be639f Color Hex

#BE639F
(190,99,159)
0 Favorites   0 Comments

Color spaces of #be639f

RGB 19099159
HSL0.890.410.57
HSV320°48°75°
CMYK 0.000.480.16   0.25
XYZ31.955122.374035.4353
Yxy22.37400.35600.2493
Hunter Lab47.301237.8117-11.3058
CIE-Lab54.421644.1313-16.1529

#be639f color RGB value is (190,99,159).

#be639f hex color red value is 190, green value is 99 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #be639f hue: 0.89 , saturation: 0.41 and the lightness value of be639f is 0.57.

The process color (four color CMYK) of #be639f color hex is 0.00, 0.48, 0.16, 0.25. Web safe color of #be639f is #cc6699. Color #be639f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100011 10011111
Octal 276 143 237
Decimal 190 99 159
Hex BE 63 9F

RGB Percentages of Color #be639f

%42.41
%22.10
%35.49

CMYK Percentages of Color #be639f

%0
%48
%16
%25

Triadic Colors of #be639f

#be639f #9fbe63 #639fbe

Analogous Colors of #be639f

#be639f #be6372 #b063be

Monochromatic Colors of #be639f

#be639f

Complementary Color

#be639f #63be82

#be639f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be639f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be639f Color CSS Codes

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

#be639f Text Font Color

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

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


#be639f Background Color

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

This div background color is #be639f


#be639f Border Color

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

This div border color is #be639f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be639f


Comments

No comments written yet.

Please login to write comment.