color codes Logo

#e5061c color codes

#E5061C
(229,6,28)
0 Favorites   0 Comments

Color spaces of #e5061c

RGB 229628
HSL0.980.950.46
HSV354°97°90°
CMYK 0.000.970.88   0.10
XYZ32.587816.87212.6377
Yxy16.87210.62550.3239
Hunter Lab41.075769.732424.9456
CIE-Lab48.098573.665852.6448

#e5061c color RGB value is (229,6,28).

#e5061c hex color red value is 229, green value is 6 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #e5061c hue: 0.98 , saturation: 0.95 and the lightness value of e5061c is 0.46.

The process color (four color CMYK) of #e5061c color code is 0.00, 0.97, 0.88, 0.10. Web safe color of #e5061c is #cc0033. Color #e5061c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000110 00011100
Octal 345 6 34
Decimal 229 6 28
Hex E5 6 1C

RGB Percentages of Color #e5061c

%87.07
%2.28
%10.65

CMYK Percentages of Color #e5061c

%0
%97
%88
%10

Triadic Colors of #e5061c

#e5061c #1ce506 #061ce5

Analogous Colors of #e5061c

#e5061c #e55f06 #e5068c

Monochromatic Colors of #e5061c

#e5061c

Complementary Color

#e5061c #06e5cf

#e5061c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5061c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5061c Color CSS Codes

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

#e5061c Text Font Color

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

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


#e5061c Background Color

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

This div background color is #e5061c


#e5061c Border Color

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

This div border color is #e5061c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,6,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e5061c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e5061c;
  -webkit-box-shadow: 1px 1px 3px 2px #e5061c;
  box-shadow:         1px 1px 3px 2px #e5061c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,6,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5061c

#e5061c Color Palettes


Comments

No comments written yet.

Please login to write comment.