Color Hex Logo

#be175a Color Hex

#BE175A
(190,23,90)
0 Favorites   0 Comments

Color spaces of #be175a

RGB 1902390
HSL0.930.780.42
HSV336°88°75°
CMYK 0.000.880.53   0.25
XYZ23.387112.298110.8140
Yxy12.29810.50300.2645
Hunter Lab35.068657.67066.2650
CIE-Lab41.686064.66946.8385

#be175a color RGB value is (190,23,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010111 01011010
Octal 276 27 132
Decimal 190 23 90
Hex BE 17 5A

RGB Percentages of Color #be175a

%62.71
%7.59
%29.70

CMYK Percentages of Color #be175a

%0
%88
%53
%25

Triadic Colors of #be175a

#be175a #5abe17 #175abe

Analogous Colors of #be175a

#be175a #be2817 #be17ae

Monochromatic Colors of #be175a

#be175a

Complementary Color

#be175a #17be7b

#be175a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be175a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be175a Color CSS Codes

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

#be175a Text Font Color

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

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


#be175a Background Color

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

This div background color is #be175a


#be175a Border Color

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

This div border color is #be175a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be175a


Comments

No comments written yet.

Please login to write comment.