Color Hex Logo

#be1761 Color Hex

#BE1761
(190,23,97)
0 Favorites   0 Comments

Color spaces of #be1761

RGB 1902397
HSL0.930.780.42
HSV333°88°75°
CMYK 0.000.880.49   0.25
XYZ23.699312.423012.4581
Yxy12.42300.48780.2557
Hunter Lab35.246358.34093.7158
CIE-Lab41.880765.21852.6999

#be1761 color RGB value is (190,23,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010111 01100001
Octal 276 27 141
Decimal 190 23 97
Hex BE 17 61

RGB Percentages of Color #be1761

%61.29
%7.42
%31.29

CMYK Percentages of Color #be1761

%0
%88
%49
%25

Triadic Colors of #be1761

#be1761 #61be17 #1761be

Analogous Colors of #be1761

#be1761 #be2117 #be17b5

Monochromatic Colors of #be1761

#be1761

Complementary Color

#be1761 #17be74

#be1761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be1761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be1761 Color CSS Codes

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

#be1761 Text Font Color

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

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


#be1761 Background Color

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

This div background color is #be1761


#be1761 Border Color

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

This div border color is #be1761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be1761


Comments

No comments written yet.

Please login to write comment.