Color Hex Logo

#e183cd Color Hex

#E183CD
(225,131,205)
0 Favorites   0 Comments

Color spaces of #e183cd

RGB 225131205
HSL0.870.610.70
HSV313°42°88°
CMYK 0.000.420.09   0.12
XYZ50.187136.647962.1862
Yxy36.64790.33680.2459
Hunter Lab60.537542.0403-18.5285
CIE-Lab67.012046.3197-22.8121

#e183cd color RGB value is (225,131,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000011 11001101
Octal 341 203 315
Decimal 225 131 205
Hex E1 83 CD

RGB Percentages of Color #e183cd

%40.11
%23.35
%36.54

CMYK Percentages of Color #e183cd

%0
%42
%9
%12

Triadic Colors of #e183cd

#e183cd #cde183 #83cde1

Analogous Colors of #e183cd

#e183cd #e1839e #c683e1

Monochromatic Colors of #e183cd

#e183cd

Complementary Color

#e183cd #83e197

#e183cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e183cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e183cd Color CSS Codes

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

#e183cd Text Font Color

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

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


#e183cd Background Color

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

This div background color is #e183cd


#e183cd Border Color

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

This div border color is #e183cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e183cd


Comments

No comments written yet.

Please login to write comment.