Color Hex Logo

#e23015 Color Hex

#E23015
(226,48,21)
0 Favorites   0 Comments

Color spaces of #e23015

RGB 2264821
HSL0.020.830.48
HSV91°89°
CMYK 0.000.790.91   0.11
XYZ32.556318.33682.5329
Yxy18.33680.60940.3432
Hunter Lab42.821560.772326.4680
CIE-Lab49.902165.778856.5313

#e23015 color RGB value is (226,48,21).

#e23015 hex color red value is 226, green value is 48 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #e23015 hue: 0.02 , saturation: 0.83 and the lightness value of e23015 is 0.48.

The process color (four color CMYK) of #e23015 color hex is 0.00, 0.79, 0.91, 0.11. Web safe color of #e23015 is #cc3300. Color #e23015 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00110000 00010101
Octal 342 60 25
Decimal 226 48 21
Hex E2 30 15

RGB Percentages of Color #e23015

%76.61
%16.27
%7.12

CMYK Percentages of Color #e23015

%0
%79
%91
%11

Triadic Colors of #e23015

#e23015 #15e230 #3015e2

Analogous Colors of #e23015

#e23015 #e29715 #e21560

Monochromatic Colors of #e23015

#e23015

Complementary Color

#e23015 #15c7e2

#e23015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e23015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e23015 Color CSS Codes

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

#e23015 Text Font Color

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

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


#e23015 Background Color

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

This div background color is #e23015


#e23015 Border Color

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

This div border color is #e23015


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,48,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e23015; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e23015;
  -webkit-box-shadow: 1px 1px 3px 2px #e23015;
  box-shadow:         1px 1px 3px 2px #e23015; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,48,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e23015


Comments

No comments written yet.

Please login to write comment.