Color Hex Logo

#be174e Color Hex

#BE174E
(190,23,78)
0 Favorites   0 Comments

Color spaces of #be174e

RGB 1902378
HSL0.950.780.42
HSV340°88°75°
CMYK 0.000.880.59   0.25
XYZ22.916712.11008.3373
Yxy12.11000.52850.2793
Hunter Lab34.799456.649810.1548
CIE-Lab41.390463.828714.0208

#be174e color RGB value is (190,23,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010111 01001110
Octal 276 27 116
Decimal 190 23 78
Hex BE 17 4E

RGB Percentages of Color #be174e

%65.29
%7.90
%26.80

CMYK Percentages of Color #be174e

%0
%88
%59
%25

Triadic Colors of #be174e

#be174e #4ebe17 #174ebe

Analogous Colors of #be174e

#be174e #be3417 #be17a2

Monochromatic Colors of #be174e

#be174e

Complementary Color

#be174e #17be87

#be174e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be174e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be174e Color CSS Codes

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

#be174e Text Font Color

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

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


#be174e Background Color

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

This div background color is #be174e


#be174e Border Color

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

This div border color is #be174e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be174e


Comments

No comments written yet.

Please login to write comment.