Color Hex Logo

#be0d5a Color Hex

#BE0D5A
(190,13,90)
0 Favorites   0 Comments

Color spaces of #be0d5a

RGB 1901390
HSL0.930.870.40
HSV334°93°75°
CMYK 0.000.930.53   0.25
XYZ23.224611.973210.7598
Yxy11.97320.50530.2605
Hunter Lab34.602359.25275.7850
CIE-Lab41.173566.15126.1098

#be0d5a color RGB value is (190,13,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00001101 01011010
Octal 276 15 132
Decimal 190 13 90
Hex BE D 5A

RGB Percentages of Color #be0d5a

%64.85
%4.44
%30.72

CMYK Percentages of Color #be0d5a

%0
%93
%53
%25

Triadic Colors of #be0d5a

#be0d5a #5abe0d #0d5abe

Analogous Colors of #be0d5a

#be0d5a #be190d #be0db3

Monochromatic Colors of #be0d5a

#be0d5a

Complementary Color

#be0d5a #0dbe71

#be0d5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be0d5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be0d5a Color CSS Codes

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

#be0d5a Text Font Color

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

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


#be0d5a Background Color

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

This div background color is #be0d5a


#be0d5a Border Color

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

This div border color is #be0d5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be0d5a


Comments

No comments written yet.

Please login to write comment.