Color Hex Logo

#e121cd Color Hex

#E121CD
(225,33,205)
0 Favorites   0 Comments

Color spaces of #e121cd

RGB 22533205
HSL0.850.760.51
HSV306°85°88°
CMYK 0.000.850.09   0.12
XYZ42.614621.503059.6621
Yxy21.50300.34430.1737
Hunter Lab46.371382.8892-43.8235
CIE-Lab53.495783.1364-43.8400

#e121cd color RGB value is (225,33,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100001 11001101
Octal 341 41 315
Decimal 225 33 205
Hex E1 21 CD

RGB Percentages of Color #e121cd

%48.60
%7.13
%44.28

CMYK Percentages of Color #e121cd

%0
%85
%9
%12

Triadic Colors of #e121cd

#e121cd #cde121 #21cde1

Analogous Colors of #e121cd

#e121cd #e1216d #9521e1

Monochromatic Colors of #e121cd

#e121cd

Complementary Color

#e121cd #21e135

#e121cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e121cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e121cd Color CSS Codes

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

#e121cd Text Font Color

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

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


#e121cd Background Color

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

This div background color is #e121cd


#e121cd Border Color

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

This div border color is #e121cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e121cd


Comments

No comments written yet.

Please login to write comment.