Color Hex Logo

#e390cd Color Hex

#E390CD
(227,144,205)
0 Favorites   0 Comments

Color spaces of #e390cd

RGB 227144205
HSL0.880.600.73
HSV316°37°89°
CMYK 0.000.370.10   0.11
XYZ52.671340.685262.8346
Yxy40.68520.33720.2605
Hunter Lab63.785035.7752-13.7572
CIE-Lab69.954840.1962-18.3131

#e390cd color RGB value is (227,144,205).

#e390cd hex color red value is 227, green value is 144 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e390cd hue: 0.88 , saturation: 0.60 and the lightness value of e390cd is 0.73.

The process color (four color CMYK) of #e390cd color hex is 0.00, 0.37, 0.10, 0.11. Web safe color of #e390cd is #cc99cc. Color #e390cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010000 11001101
Octal 343 220 315
Decimal 227 144 205
Hex E3 90 CD

RGB Percentages of Color #e390cd

%39.41
%25.00
%35.59

CMYK Percentages of Color #e390cd

%0
%37
%10
%11

Triadic Colors of #e390cd

#e390cd #cde390 #90cde3

Analogous Colors of #e390cd

#e390cd #e390a4 #d090e3

Monochromatic Colors of #e390cd

#e390cd

Complementary Color

#e390cd #90e3a6

#e390cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e390cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e390cd Color CSS Codes

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

#e390cd Text Font Color

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

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


#e390cd Background Color

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

This div background color is #e390cd


#e390cd Border Color

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

This div border color is #e390cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,144,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 #e390cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e390cd


Comments

No comments written yet.

Please login to write comment.