Color Hex Logo

#e190cd Color Hex

#E190CD
(225,144,205)
0 Favorites   0 Comments

Color spaces of #e190cd

RGB 225144205
HSL0.870.570.72
HSV315°36°88°
CMYK 0.000.360.09   0.12
XYZ52.044040.361862.8052
Yxy40.36180.33530.2600
Hunter Lab63.530935.0465-14.1411
CIE-Lab69.726439.5436-18.6808

#e190cd color RGB value is (225,144,205).

#e190cd hex color red value is 225, green value is 144 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e190cd hue: 0.87 , saturation: 0.57 and the lightness value of e190cd is 0.72.

The process color (four color CMYK) of #e190cd color hex is 0.00, 0.36, 0.09, 0.12. Web safe color of #e190cd is #cc99cc. Color #e190cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010000 11001101
Octal 341 220 315
Decimal 225 144 205
Hex E1 90 CD

RGB Percentages of Color #e190cd

%39.20
%25.09
%35.71

CMYK Percentages of Color #e190cd

%0
%36
%9
%12

Triadic Colors of #e190cd

#e190cd #cde190 #90cde1

Analogous Colors of #e190cd

#e190cd #e190a5 #cd90e1

Monochromatic Colors of #e190cd

#e190cd

Complementary Color

#e190cd #90e1a4

#e190cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e190cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e190cd Color CSS Codes

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

#e190cd Text Font Color

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

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


#e190cd Background Color

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

This div background color is #e190cd


#e190cd Border Color

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

This div border color is #e190cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e190cd


Comments

No comments written yet.

Please login to write comment.