Color Hex Logo

#e185ce Color Hex

#E185CE
(225,133,206)
0 Favorites   0 Comments

Color spaces of #e185ce

RGB 225133206
HSL0.870.610.70
HSV312°41°88°
CMYK 0.000.410.08   0.12
XYZ50.579437.238862.9145
Yxy37.23880.33560.2471
Hunter Lab61.023641.1584-18.4107
CIE-Lab67.455845.4571-22.6922

#e185ce color RGB value is (225,133,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000101 11001110
Octal 341 205 316
Decimal 225 133 206
Hex E1 85 CE

RGB Percentages of Color #e185ce

%39.89
%23.58
%36.52

CMYK Percentages of Color #e185ce

%0
%41
%8
%12

Triadic Colors of #e185ce

#e185ce #cee185 #85cee1

Analogous Colors of #e185ce

#e185ce #e185a0 #c685e1

Monochromatic Colors of #e185ce

#e185ce

Complementary Color

#e185ce #85e198

#e185ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e185ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e185ce Color CSS Codes

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

#e185ce Text Font Color

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

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


#e185ce Background Color

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

This div background color is #e185ce


#e185ce Border Color

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

This div border color is #e185ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e185ce


Comments

No comments written yet.

Please login to write comment.