Color Hex Logo

#be619f Color Hex

#BE619F
(190,97,159)
0 Favorites   0 Comments

Color spaces of #be619f

RGB 19097159
HSL0.890.420.56
HSV320°49°75°
CMYK 0.000.490.16   0.25
XYZ31.767921.999735.3729
Yxy21.99970.35640.2468
Hunter Lab46.903838.8161-11.8813
CIE-Lab54.026745.1533-16.7530

#be619f color RGB value is (190,97,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100001 10011111
Octal 276 141 237
Decimal 190 97 159
Hex BE 61 9F

RGB Percentages of Color #be619f

%42.60
%21.75
%35.65

CMYK Percentages of Color #be619f

%0
%49
%16
%25

Triadic Colors of #be619f

#be619f #9fbe61 #619fbe

Analogous Colors of #be619f

#be619f #be6171 #af61be

Monochromatic Colors of #be619f

#be619f

Complementary Color

#be619f #61be80

#be619f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be619f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be619f Color CSS Codes

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

#be619f Text Font Color

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

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


#be619f Background Color

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

This div background color is #be619f


#be619f Border Color

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

This div border color is #be619f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be619f


Comments

No comments written yet.

Please login to write comment.