Color Hex Logo

#e185c0 Color Hex

#E185C0
(225,133,192)
0 Favorites   0 Comments

Color spaces of #e185c0

RGB 225133192
HSL0.890.610.70
HSV322°41°88°
CMYK 0.000.410.15   0.12
XYZ48.953336.588454.3513
Yxy36.58840.34990.2615
Hunter Lab60.488338.6057-10.9327
CIE-Lab66.967143.1742-15.6057

#e185c0 color RGB value is (225,133,192).

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

The process color (four color CMYK) of #e185c0 color hex is 0.00, 0.41, 0.15, 0.12. Web safe color of #e185c0 is #cc99cc. Color #e185c0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000101 11000000
Octal 341 205 300
Decimal 225 133 192
Hex E1 85 C0

RGB Percentages of Color #e185c0

%40.91
%24.18
%34.91

CMYK Percentages of Color #e185c0

%0
%41
%15
%12

Triadic Colors of #e185c0

#e185c0 #c0e185 #85c0e1

Analogous Colors of #e185c0

#e185c0 #e18592 #d485e1

Monochromatic Colors of #e185c0

#e185c0

Complementary Color

#e185c0 #85e1a6

#e185c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e185c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e185c0 Color CSS Codes

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

#e185c0 Text Font Color

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

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


#e185c0 Background Color

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

This div background color is #e185c0


#e185c0 Border Color

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

This div border color is #e185c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e185c0


Comments

No comments written yet.

Please login to write comment.