Color Hex Logo

#be084d Color Hex

#BE084D
(190,8,77)
0 Favorites   0 Comments

Color spaces of #be084d

RGB 190877
HSL0.940.920.39
HSV337°96°75°
CMYK 0.000.960.59   0.25
XYZ22.661611.65668.0767
Yxy11.65660.53450.2750
Hunter Lab34.141858.73139.8734
CIE-Lab40.665165.796213.6644

#be084d color RGB value is (190,8,77).

#be084d hex color red value is 190, green value is 8 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #be084d hue: 0.94 , saturation: 0.92 and the lightness value of be084d is 0.39.

The process color (four color CMYK) of #be084d color hex is 0.00, 0.96, 0.59, 0.25. Web safe color of #be084d is #cc0066. Color #be084d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00001000 01001101
Octal 276 10 115
Decimal 190 8 77
Hex BE 8 4D

RGB Percentages of Color #be084d

%69.09
%2.91
%28.00

CMYK Percentages of Color #be084d

%0
%96
%59
%25

Triadic Colors of #be084d

#be084d #4dbe08 #084dbe

Analogous Colors of #be084d

#be084d #be1e08 #be08a8

Monochromatic Colors of #be084d

#be084d

Complementary Color

#be084d #08be79

#be084d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be084d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be084d Color CSS Codes

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

#be084d Text Font Color

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

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


#be084d Background Color

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

This div background color is #be084d


#be084d Border Color

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

This div border color is #be084d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be084d


Comments

No comments written yet.

Please login to write comment.