Color Hex Logo

#be3156 Color Hex

#BE3156
(190,49,86)
0 Favorites   0 Comments

Color spaces of #be3156

RGB 1904986
HSL0.960.590.47
HSV344°74°75°
CMYK 0.000.740.55   0.25
XYZ24.013213.815710.2051
Yxy13.81570.49990.2876
Hunter Lab37.169550.27279.7402
CIE-Lab43.967557.607012.5441

#be3156 color RGB value is (190,49,86).

#be3156 hex color red value is 190, green value is 49 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #be3156 hue: 0.96 , saturation: 0.59 and the lightness value of be3156 is 0.47.

The process color (four color CMYK) of #be3156 color hex is 0.00, 0.74, 0.55, 0.25. Web safe color of #be3156 is #cc3366. Color #be3156 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110001 01010110
Octal 276 61 126
Decimal 190 49 86
Hex BE 31 56

RGB Percentages of Color #be3156

%58.46
%15.08
%26.46

CMYK Percentages of Color #be3156

%0
%74
%55
%25

Triadic Colors of #be3156

#be3156 #56be31 #3156be

Analogous Colors of #be3156

#be3156 #be5331 #be319d

Monochromatic Colors of #be3156

#be3156

Complementary Color

#be3156 #31be99

#be3156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3156 Color CSS Codes

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

#be3156 Text Font Color

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

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


#be3156 Background Color

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

This div background color is #be3156


#be3156 Border Color

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

This div border color is #be3156


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3156


Comments

No comments written yet.

Please login to write comment.