Color Hex Logo

#e185ca Color Hex

#E185CA
(225,133,202)
0 Favorites   0 Comments

Color spaces of #e185ca

RGB 225133202
HSL0.880.610.70
HSV315°41°88°
CMYK 0.000.410.10   0.12
XYZ50.099537.046960.3873
Yxy37.04690.33960.2511
Hunter Lab60.866240.4092-16.2172
CIE-Lab67.312244.7905-20.6788

#e185ca color RGB value is (225,133,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000101 11001010
Octal 341 205 312
Decimal 225 133 202
Hex E1 85 CA

RGB Percentages of Color #e185ca

%40.18
%23.75
%36.07

CMYK Percentages of Color #e185ca

%0
%41
%10
%12

Triadic Colors of #e185ca

#e185ca #cae185 #85cae1

Analogous Colors of #e185ca

#e185ca #e1859c #ca85e1

Monochromatic Colors of #e185ca

#e185ca

Complementary Color

#e185ca #85e19c

#e185ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e185ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e185ca Color CSS Codes

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

#e185ca Text Font Color

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

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


#e185ca Background Color

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

This div background color is #e185ca


#e185ca Border Color

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

This div border color is #e185ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e185ca


Comments

No comments written yet.

Please login to write comment.