Color Hex Logo

#be0197 Color Hex

#BE0197
(190,1,151)
0 Favorites   0 Comments

Color spaces of #be0197

RGB 1901151
HSL0.870.990.37
HSV312°99°75°
CMYK 0.000.990.21   0.25
XYZ26.832013.203230.4124
Yxy13.20320.38090.1874
Hunter Lab36.336268.2226-24.1887
CIE-Lab43.067873.3980-28.8944

#be0197 color RGB value is (190,1,151).

#be0197 hex color red value is 190, green value is 1 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #be0197 hue: 0.87 , saturation: 0.99 and the lightness value of be0197 is 0.37.

The process color (four color CMYK) of #be0197 color hex is 0.00, 0.99, 0.21, 0.25. Web safe color of #be0197 is #cc0099. Color #be0197 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000001 10010111
Octal 276 1 227
Decimal 190 1 151
Hex BE 1 97

RGB Percentages of Color #be0197

%55.56
%0.29
%44.15

CMYK Percentages of Color #be0197

%0
%99
%21
%25

Triadic Colors of #be0197

#be0197 #97be01 #0197be

Analogous Colors of #be0197

#be0197 #be0138 #8701be

Monochromatic Colors of #be0197

#be0197

Complementary Color

#be0197 #01be28

#be0197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be0197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be0197 Color CSS Codes

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

#be0197 Text Font Color

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

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


#be0197 Background Color

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

This div background color is #be0197


#be0197 Border Color

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

This div border color is #be0197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be0197


Comments

No comments written yet.

Please login to write comment.