Color Hex Logo

#e165de Color Hex

#E165DE
(225,101,222)
0 Favorites   0 Comments

Color spaces of #e165de

RGB 225101222
HSL0.840.670.64
HSV301°55°88°
CMYK 0.000.550.01   0.12
XYZ48.889830.588872.4347
Yxy30.58880.32180.2014
Hunter Lab55.307161.0010-38.9360
CIE-Lab62.159063.7254-39.8356

#e165de color RGB value is (225,101,222).

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

The process color (four color CMYK) of #e165de color hex is 0.00, 0.55, 0.01, 0.12. Web safe color of #e165de is #cc66cc. Color #e165de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100101 11011110
Octal 341 145 336
Decimal 225 101 222
Hex E1 65 DE

RGB Percentages of Color #e165de

%41.06
%18.43
%40.51

CMYK Percentages of Color #e165de

%0
%55
%1
%12

Triadic Colors of #e165de

#e165de #dee165 #65dee1

Analogous Colors of #e165de

#e165de #e165a0 #a665e1

Monochromatic Colors of #e165de

#e165de

Complementary Color

#e165de #65e168

#e165de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e165de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e165de Color CSS Codes

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

#e165de Text Font Color

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

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


#e165de Background Color

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

This div background color is #e165de


#e165de Border Color

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

This div border color is #e165de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e165de


Comments

No comments written yet.

Please login to write comment.