Color Hex Logo

#be124a Color Hex

#BE124A
(190,18,74)
0 Favorites   0 Comments

Color spaces of #be124a

RGB 1901874
HSL0.950.830.41
HSV340°91°75°
CMYK 0.000.910.61   0.25
XYZ22.687511.87427.5747
Yxy11.87420.53840.2818
Hunter Lab34.459057.219811.0883
CIE-Lab41.015564.403816.0470

#be124a color RGB value is (190,18,74).

#be124a hex color red value is 190, green value is 18 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #be124a hue: 0.95 , saturation: 0.83 and the lightness value of be124a is 0.41.

The process color (four color CMYK) of #be124a color hex is 0.00, 0.91, 0.61, 0.25. Web safe color of #be124a is #cc0033. Color #be124a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010010 01001010
Octal 276 22 112
Decimal 190 18 74
Hex BE 12 4A

RGB Percentages of Color #be124a

%67.38
%6.38
%26.24

CMYK Percentages of Color #be124a

%0
%91
%61
%25

Triadic Colors of #be124a

#be124a #4abe12 #124abe

Analogous Colors of #be124a

#be124a #be3012 #be12a0

Monochromatic Colors of #be124a

#be124a

Complementary Color

#be124a #12be86

#be124a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be124a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be124a Color CSS Codes

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

#be124a Text Font Color

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

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


#be124a Background Color

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

This div background color is #be124a


#be124a Border Color

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

This div border color is #be124a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be124a


Comments

No comments written yet.

Please login to write comment.