Color Hex Logo

#be619a Color Hex

#BE619A
(190,97,154)
0 Favorites   0 Comments

Color spaces of #be619a

RGB 19097154
HSL0.900.420.56
HSV323°49°75°
CMYK 0.000.490.19   0.25
XYZ31.342621.829633.1335
Yxy21.82960.36320.2529
Hunter Lab46.722237.9793-9.3406
CIE-Lab53.845744.3778-14.1001

#be619a color RGB value is (190,97,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100001 10011010
Octal 276 141 232
Decimal 190 97 154
Hex BE 61 9A

RGB Percentages of Color #be619a

%43.08
%22.00
%34.92

CMYK Percentages of Color #be619a

%0
%49
%19
%25

Triadic Colors of #be619a

#be619a #9abe61 #619abe

Analogous Colors of #be619a

#be619a #be616c #b461be

Monochromatic Colors of #be619a

#be619a

Complementary Color

#be619a #61be85

#be619a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be619a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be619a Color CSS Codes

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

#be619a Text Font Color

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

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


#be619a Background Color

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

This div background color is #be619a


#be619a Border Color

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

This div border color is #be619a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be619a


Comments

No comments written yet.

Please login to write comment.