Color Hex Logo

#e21369 Color Hex

#E21369
(226,19,105)
0 Favorites   0 Comments

Color spaces of #e21369

RGB 22619105
HSL0.930.840.48
HSV335°92°89°
CMYK 0.000.920.54   0.11
XYZ34.146717.654414.9725
Yxy17.65440.51140.2644
Hunter Lab42.017171.53438.2844
CIE-Lab49.074274.95358.9664

#e21369 color RGB value is (226,19,105).

#e21369 hex color red value is 226, green value is 19 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #e21369 hue: 0.93 , saturation: 0.84 and the lightness value of e21369 is 0.48.

The process color (four color CMYK) of #e21369 color hex is 0.00, 0.92, 0.54, 0.11. Web safe color of #e21369 is #cc0066. Color #e21369 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00010011 01101001
Octal 342 23 151
Decimal 226 19 105
Hex E2 13 69

RGB Percentages of Color #e21369

%64.57
%5.43
%30.00

CMYK Percentages of Color #e21369

%0
%92
%54
%11

Triadic Colors of #e21369

#e21369 #69e213 #1369e2

Analogous Colors of #e21369

#e21369 #e22513 #e213d1

Monochromatic Colors of #e21369

#e21369

Complementary Color

#e21369 #13e28c

#e21369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e21369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e21369 Color CSS Codes

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

#e21369 Text Font Color

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

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


#e21369 Background Color

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

This div background color is #e21369


#e21369 Border Color

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

This div border color is #e21369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e21369


Comments

No comments written yet.

Please login to write comment.