Color Hex Logo

#be097a Color Hex

#BE097A
(190,9,122)
0 Favorites   0 Comments

Color spaces of #be097a

RGB 1909122
HSL0.900.910.39
HSV323°95°75°
CMYK 0.000.950.36   0.25
XYZ24.845712.547719.5248
Yxy12.54770.43650.2205
Hunter Lab35.422763.2111-7.8844
CIE-Lab42.073769.3812-12.6547

#be097a color RGB value is (190,9,122).

#be097a hex color red value is 190, green value is 9 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #be097a hue: 0.90 , saturation: 0.91 and the lightness value of be097a is 0.39.

The process color (four color CMYK) of #be097a color hex is 0.00, 0.95, 0.36, 0.25. Web safe color of #be097a is #cc0066. Color #be097a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00001001 01111010
Octal 276 11 172
Decimal 190 9 122
Hex BE 9 7A

RGB Percentages of Color #be097a

%59.19
%2.80
%38.01

CMYK Percentages of Color #be097a

%0
%95
%36
%25

Triadic Colors of #be097a

#be097a #7abe09 #097abe

Analogous Colors of #be097a

#be097a #be0920 #a809be

Monochromatic Colors of #be097a

#be097a

Complementary Color

#be097a #09be4d

#be097a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be097a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be097a Color CSS Codes

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

#be097a Text Font Color

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

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


#be097a Background Color

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

This div background color is #be097a


#be097a Border Color

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

This div border color is #be097a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be097a


Comments

No comments written yet.

Please login to write comment.