Color Hex Logo

#e23949 Color Hex

#E23949
(226,57,73)
0 Favorites   0 Comments

Color spaces of #e23949

RGB 2265773
HSL0.980.740.55
HSV354°75°89°
CMYK 0.000.750.68   0.11
XYZ34.029819.57608.2883
Yxy19.57600.54980.3163
Hunter Lab44.244859.860619.8646
CIE-Lab51.354464.719131.3668

#e23949 color RGB value is (226,57,73).

#e23949 hex color red value is 226, green value is 57 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #e23949 hue: 0.98 , saturation: 0.74 and the lightness value of e23949 is 0.55.

The process color (four color CMYK) of #e23949 color hex is 0.00, 0.75, 0.68, 0.11. Web safe color of #e23949 is #cc3333. Color #e23949 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00111001 01001001
Octal 342 71 111
Decimal 226 57 73
Hex E2 39 49

RGB Percentages of Color #e23949

%63.48
%16.01
%20.51

CMYK Percentages of Color #e23949

%0
%75
%68
%11

Triadic Colors of #e23949

#e23949 #49e239 #3949e2

Analogous Colors of #e23949

#e23949 #e27e39 #e2399e

Monochromatic Colors of #e23949

#e23949

Complementary Color

#e23949 #39e2d2

#e23949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e23949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e23949 Color CSS Codes

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

#e23949 Text Font Color

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

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


#e23949 Background Color

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

This div background color is #e23949


#e23949 Border Color

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

This div border color is #e23949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e23949


Comments

No comments written yet.

Please login to write comment.