Color Hex Logo

#be2526 Color Hex

#BE2526
(190,37,38)
0 Favorites   0 Comments

Color spaces of #be2526

RGB 1903738
HSL1.000.670.45
HSV360°81°75°
CMYK 0.000.810.80   0.25
XYZ22.246612.41023.0566
Yxy12.41020.58990.3291
Hunter Lab35.228151.073819.5153
CIE-Lab41.860858.738038.9759

#be2526 color RGB value is (190,37,38).

#be2526 hex color red value is 190, green value is 37 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #be2526 hue: 1.00 , saturation: 0.67 and the lightness value of be2526 is 0.45.

The process color (four color CMYK) of #be2526 color hex is 0.00, 0.81, 0.80, 0.25. Web safe color of #be2526 is #cc3333. Color #be2526 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100101 00100110
Octal 276 45 46
Decimal 190 37 38
Hex BE 25 26

RGB Percentages of Color #be2526

%71.70
%13.96
%14.34

CMYK Percentages of Color #be2526

%0
%81
%80
%25

Triadic Colors of #be2526

#be2526 #26be25 #2526be

Analogous Colors of #be2526

#be2526 #be7125 #be2573

Monochromatic Colors of #be2526

#be2526

Complementary Color

#be2526 #25bebd

#be2526 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be2526 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be2526 Color CSS Codes

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

#be2526 Text Font Color

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

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


#be2526 Background Color

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

This div background color is #be2526


#be2526 Border Color

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

This div border color is #be2526


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be2526


Comments

No comments written yet.

Please login to write comment.