Color Hex Logo

#be1158 Color Hex

#BE1158
(190,17,88)
0 Favorites   0 Comments

Color spaces of #be1158

RGB 1901788
HSL0.930.840.41
HSV335°91°75°
CMYK 0.000.910.54   0.25
XYZ23.197112.052610.3363
Yxy12.05260.50890.2644
Hunter Lab34.716958.51566.6493
CIE-Lab41.299665.48437.5567

#be1158 color RGB value is (190,17,88).

#be1158 hex color red value is 190, green value is 17 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #be1158 hue: 0.93 , saturation: 0.84 and the lightness value of be1158 is 0.41.

The process color (four color CMYK) of #be1158 color hex is 0.00, 0.91, 0.54, 0.25. Web safe color of #be1158 is #cc0066. Color #be1158 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010001 01011000
Octal 276 21 130
Decimal 190 17 88
Hex BE 11 58

RGB Percentages of Color #be1158

%64.41
%5.76
%29.83

CMYK Percentages of Color #be1158

%0
%91
%54
%25

Triadic Colors of #be1158

#be1158 #58be11 #1158be

Analogous Colors of #be1158

#be1158 #be2111 #be11af

Monochromatic Colors of #be1158

#be1158

Complementary Color

#be1158 #11be77

#be1158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be1158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be1158 Color CSS Codes

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

#be1158 Text Font Color

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

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


#be1158 Background Color

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

This div background color is #be1158


#be1158 Border Color

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

This div border color is #be1158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be1158


Comments

No comments written yet.

Please login to write comment.