Color Hex Logo

#be0972 Color Hex

#BE0972
(190,9,114)
0 Favorites   0 Comments

Color spaces of #be0972

RGB 1909114
HSL0.900.910.39
HSV325°95°75°
CMYK 0.000.950.40   0.25
XYZ24.370212.357417.0204
Yxy12.35740.45340.2299
Hunter Lab35.153162.2288-4.0998
CIE-Lab41.778668.6004-8.1191

#be0972 color RGB value is (190,9,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00001001 01110010
Octal 276 11 162
Decimal 190 9 114
Hex BE 9 72

RGB Percentages of Color #be0972

%60.70
%2.88
%36.42

CMYK Percentages of Color #be0972

%0
%95
%40
%25

Triadic Colors of #be0972

#be0972 #72be09 #0972be

Analogous Colors of #be0972

#be0972 #be0918 #b009be

Monochromatic Colors of #be0972

#be0972

Complementary Color

#be0972 #09be55

#be0972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be0972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be0972 Color CSS Codes

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

#be0972 Text Font Color

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

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


#be0972 Background Color

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

This div background color is #be0972


#be0972 Border Color

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

This div border color is #be0972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be0972


Comments

No comments written yet.

Please login to write comment.