Color Hex Logo

#e23050 Color Hex

#E23050
(226,48,80)
0 Favorites   0 Comments

Color spaces of #e23050

RGB 2264880
HSL0.970.750.54
HSV349°79°89°
CMYK 0.000.790.65   0.11
XYZ33.869018.86189.4450
Yxy18.86180.54470.3034
Hunter Lab43.430263.200317.5070
CIE-Lab50.525167.733426.1644

#e23050 color RGB value is (226,48,80).

#e23050 hex color red value is 226, green value is 48 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #e23050 hue: 0.97 , saturation: 0.75 and the lightness value of e23050 is 0.54.

The process color (four color CMYK) of #e23050 color hex is 0.00, 0.79, 0.65, 0.11. Web safe color of #e23050 is #cc3366. Color #e23050 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00110000 01010000
Octal 342 60 120
Decimal 226 48 80
Hex E2 30 50

RGB Percentages of Color #e23050

%63.84
%13.56
%22.60

CMYK Percentages of Color #e23050

%0
%79
%65
%11

Triadic Colors of #e23050

#e23050 #50e230 #3050e2

Analogous Colors of #e23050

#e23050 #e26930 #e230a9

Monochromatic Colors of #e23050

#e23050

Complementary Color

#e23050 #30e2c2

#e23050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e23050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e23050 Color CSS Codes

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

#e23050 Text Font Color

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

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


#e23050 Background Color

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

This div background color is #e23050


#e23050 Border Color

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

This div border color is #e23050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e23050


Comments

No comments written yet.

Please login to write comment.