Color Hex Logo

#be263a Color Hex

#BE263A
(190,38,58)
0 Favorites   0 Comments

Color spaces of #be263a

RGB 1903858
HSL0.980.670.45
HSV352°80°75°
CMYK 0.000.800.69   0.25
XYZ22.692012.63895.2465
Yxy12.63890.55920.3115
Hunter Lab35.551251.720116.1361
CIE-Lab42.214059.258127.5911

#be263a color RGB value is (190,38,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100110 00111010
Octal 276 46 72
Decimal 190 38 58
Hex BE 26 3A

RGB Percentages of Color #be263a

%66.43
%13.29
%20.28

CMYK Percentages of Color #be263a

%0
%80
%69
%25

Triadic Colors of #be263a

#be263a #3abe26 #263abe

Analogous Colors of #be263a

#be263a #be5e26 #be2686

Monochromatic Colors of #be263a

#be263a

Complementary Color

#be263a #26beaa

#be263a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be263a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be263a Color CSS Codes

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

#be263a Text Font Color

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

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


#be263a Background Color

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

This div background color is #be263a


#be263a Border Color

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

This div border color is #be263a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be263a


Comments

No comments written yet.

Please login to write comment.