Color Hex Logo

#be1760 Color Hex

#BE1760
(190,23,96)
0 Favorites   0 Comments

Color spaces of #be1760

RGB 1902396
HSL0.930.780.42
HSV334°88°75°
CMYK 0.000.880.49   0.25
XYZ23.652912.404512.2140
Yxy12.40450.49000.2570
Hunter Lab35.220058.24124.0928
CIE-Lab41.851965.13693.2887

#be1760 color RGB value is (190,23,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010111 01100000
Octal 276 27 140
Decimal 190 23 96
Hex BE 17 60

RGB Percentages of Color #be1760

%61.49
%7.44
%31.07

CMYK Percentages of Color #be1760

%0
%88
%49
%25

Triadic Colors of #be1760

#be1760 #60be17 #1760be

Analogous Colors of #be1760

#be1760 #be2217 #be17b4

Monochromatic Colors of #be1760

#be1760

Complementary Color

#be1760 #17be75

#be1760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be1760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be1760 Color CSS Codes

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

#be1760 Text Font Color

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

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


#be1760 Background Color

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

This div background color is #be1760


#be1760 Border Color

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

This div border color is #be1760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be1760


Comments

No comments written yet.

Please login to write comment.