Color Hex Logo

#e21677 Color Hex

#E21677
(226,22,119)
0 Favorites   0 Comments

Color spaces of #e21677

RGB 22622119
HSL0.920.820.49
HSV331°90°89°
CMYK 0.000.900.47   0.11
XYZ34.980718.074519.0978
Yxy18.07450.48480.2505
Hunter Lab42.514172.47053.1262
CIE-Lab49.586375.61671.1264

#e21677 color RGB value is (226,22,119).

#e21677 hex color red value is 226, green value is 22 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #e21677 hue: 0.92 , saturation: 0.82 and the lightness value of e21677 is 0.49.

The process color (four color CMYK) of #e21677 color hex is 0.00, 0.90, 0.47, 0.11. Web safe color of #e21677 is #cc0066. Color #e21677 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00010110 01110111
Octal 342 26 167
Decimal 226 22 119
Hex E2 16 77

RGB Percentages of Color #e21677

%61.58
%5.99
%32.43

CMYK Percentages of Color #e21677

%0
%90
%47
%11

Triadic Colors of #e21677

#e21677 #77e216 #1677e2

Analogous Colors of #e21677

#e21677 #e21b16 #e216dd

Monochromatic Colors of #e21677

#e21677

Complementary Color

#e21677 #16e281

#e21677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e21677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e21677 Color CSS Codes

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

#e21677 Text Font Color

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

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


#e21677 Background Color

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

This div background color is #e21677


#e21677 Border Color

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

This div border color is #e21677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e21677


Comments

No comments written yet.

Please login to write comment.