Color Hex Logo

#e121da Color Hex

#E121DA
(225,33,218)
0 Favorites   0 Comments

Color spaces of #e121da

RGB 22533218
HSL0.840.760.51
HSV302°85°88°
CMYK 0.000.850.03   0.12
XYZ44.250122.157268.2742
Yxy22.15720.32860.1645
Hunter Lab47.071485.4262-53.0465
CIE-Lab54.193484.9633-50.1605

#e121da color RGB value is (225,33,218).

#e121da hex color red value is 225, green value is 33 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e121da hue: 0.84 , saturation: 0.76 and the lightness value of e121da is 0.51.

The process color (four color CMYK) of #e121da color hex is 0.00, 0.85, 0.03, 0.12. Web safe color of #e121da is #cc33cc. Color #e121da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100001 11011010
Octal 341 41 332
Decimal 225 33 218
Hex E1 21 DA

RGB Percentages of Color #e121da

%47.27
%6.93
%45.80

CMYK Percentages of Color #e121da

%0
%85
%3
%12

Triadic Colors of #e121da

#e121da #dae121 #21dae1

Analogous Colors of #e121da

#e121da #e1217a #8821e1

Monochromatic Colors of #e121da

#e121da

Complementary Color

#e121da #21e128

#e121da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e121da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e121da Color CSS Codes

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

#e121da Text Font Color

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

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


#e121da Background Color

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

This div background color is #e121da


#e121da Border Color

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

This div border color is #e121da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,33,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e121da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e121da;
  -webkit-box-shadow: 1px 1px 3px 2px #e121da;
  box-shadow:         1px 1px 3px 2px #e121da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,33,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e121da


Comments

No comments written yet.

Please login to write comment.