Color Hex Logo

#e184de Color Hex

#E184DE
(225,132,222)
0 Favorites   0 Comments

Color spaces of #e184de

RGB 225132222
HSL0.840.610.70
HSV302°41°88°
CMYK 0.000.410.01   0.12
XYZ52.487437.784073.6339
Yxy37.78400.32020.2305
Hunter Lab61.468744.8489-27.9959
CIE-Lab67.861148.7422-30.9626

#e184de color RGB value is (225,132,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000100 11011110
Octal 341 204 336
Decimal 225 132 222
Hex E1 84 DE

RGB Percentages of Color #e184de

%38.86
%22.80
%38.34

CMYK Percentages of Color #e184de

%0
%41
%1
%12

Triadic Colors of #e184de

#e184de #dee184 #84dee1

Analogous Colors of #e184de

#e184de #e184b0 #b684e1

Monochromatic Colors of #e184de

#e184de

Complementary Color

#e184de #84e187

#e184de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e184de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e184de Color CSS Codes

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

#e184de Text Font Color

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

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


#e184de Background Color

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

This div background color is #e184de


#e184de Border Color

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

This div border color is #e184de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e184de


Comments

No comments written yet.

Please login to write comment.