Color Hex Logo

#be172d Color Hex

#BE172D
(190,23,45)
0 Favorites   0 Comments

Color spaces of #be172d

RGB 1902345
HSL0.980.780.42
HSV352°88°75°
CMYK 0.000.880.76   0.25
XYZ22.015311.74943.5902
Yxy11.74940.58940.3145
Hunter Lab34.277454.659517.7842
CIE-Lab40.815062.173933.8238

#be172d color RGB value is (190,23,45).

#be172d hex color red value is 190, green value is 23 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #be172d hue: 0.98 , saturation: 0.78 and the lightness value of be172d is 0.42.

The process color (four color CMYK) of #be172d color hex is 0.00, 0.88, 0.76, 0.25. Web safe color of #be172d is #cc0033. Color #be172d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010111 00101101
Octal 276 27 55
Decimal 190 23 45
Hex BE 17 2D

RGB Percentages of Color #be172d

%73.64
%8.91
%17.44

CMYK Percentages of Color #be172d

%0
%88
%76
%25

Triadic Colors of #be172d

#be172d #2dbe17 #172dbe

Analogous Colors of #be172d

#be172d #be5517 #be1781

Monochromatic Colors of #be172d

#be172d

Complementary Color

#be172d #17bea8

#be172d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be172d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be172d Color CSS Codes

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

#be172d Text Font Color

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

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


#be172d Background Color

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

This div background color is #be172d


#be172d Border Color

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

This div border color is #be172d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be172d


Comments

No comments written yet.

Please login to write comment.