Color Hex Logo

#be115a Color Hex

#BE115A
(190,17,90)
0 Favorites   0 Comments

Color spaces of #be115a

RGB 1901790
HSL0.930.840.41
HSV335°91°75°
CMYK 0.000.910.53   0.25
XYZ23.281112.086210.7787
Yxy12.08620.50450.2619
Hunter Lab34.765258.69645.9532
CIE-Lab41.352865.63176.3649

#be115a color RGB value is (190,17,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010001 01011010
Octal 276 21 132
Decimal 190 17 90
Hex BE 11 5A

RGB Percentages of Color #be115a

%63.97
%5.72
%30.30

CMYK Percentages of Color #be115a

%0
%91
%53
%25

Triadic Colors of #be115a

#be115a #5abe11 #115abe

Analogous Colors of #be115a

#be115a #be1f11 #be11b1

Monochromatic Colors of #be115a

#be115a

Complementary Color

#be115a #11be75

#be115a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be115a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be115a Color CSS Codes

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

#be115a Text Font Color

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

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


#be115a Background Color

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

This div background color is #be115a


#be115a Border Color

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

This div border color is #be115a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,17,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 #be115a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be115a


Comments

No comments written yet.

Please login to write comment.