Color Hex Logo

#e21978 Color Hex

#E21978
(226,25,120)
0 Favorites   0 Comments

Color spaces of #e21978

RGB 22625120
HSL0.920.800.49
HSV332°89°89°
CMYK 0.000.890.47   0.11
XYZ35.101818.220119.4361
Yxy18.22010.48240.2504
Hunter Lab42.685072.08982.8825
CIE-Lab49.762075.27260.7720

#e21978 color RGB value is (226,25,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00011001 01111000
Octal 342 31 170
Decimal 226 25 120
Hex E2 19 78

RGB Percentages of Color #e21978

%60.92
%6.74
%32.35

CMYK Percentages of Color #e21978

%0
%89
%47
%11

Triadic Colors of #e21978

#e21978 #78e219 #1978e2

Analogous Colors of #e21978

#e21978 #e21e19 #e219dd

Monochromatic Colors of #e21978

#e21978

Complementary Color

#e21978 #19e283

#e21978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e21978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e21978 Color CSS Codes

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

#e21978 Text Font Color

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

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


#e21978 Background Color

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

This div background color is #e21978


#e21978 Border Color

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

This div border color is #e21978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e21978


Comments

No comments written yet.

Please login to write comment.