Color Hex Logo

#e22953 Color Hex

#E22953
(226,41,83)
0 Favorites   0 Comments

Color spaces of #e22953

RGB 2264183
HSL0.960.760.52
HSV346°82°89°
CMYK 0.000.820.63   0.11
XYZ33.718318.37929.9540
Yxy18.37920.54340.2962
Hunter Lab42.871065.367216.2434
CIE-Lab49.952869.673623.6150

#e22953 color RGB value is (226,41,83).

#e22953 hex color red value is 226, green value is 41 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #e22953 hue: 0.96 , saturation: 0.76 and the lightness value of e22953 is 0.52.

The process color (four color CMYK) of #e22953 color hex is 0.00, 0.82, 0.63, 0.11. Web safe color of #e22953 is #cc3366. Color #e22953 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00101001 01010011
Octal 342 51 123
Decimal 226 41 83
Hex E2 29 53

RGB Percentages of Color #e22953

%64.57
%11.71
%23.71

CMYK Percentages of Color #e22953

%0
%82
%63
%11

Triadic Colors of #e22953

#e22953 #53e229 #2953e2

Analogous Colors of #e22953

#e22953 #e25b29 #e229b0

Monochromatic Colors of #e22953

#e22953

Complementary Color

#e22953 #29e2b8

#e22953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e22953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e22953 Color CSS Codes

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

#e22953 Text Font Color

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

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


#e22953 Background Color

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

This div background color is #e22953


#e22953 Border Color

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

This div border color is #e22953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e22953


Comments

No comments written yet.

Please login to write comment.