Color Hex Logo

#e465de Color Hex

#E465DE
(228,101,222)
0 Favorites   0 Comments

Color spaces of #e465de

RGB 228101222
HSL0.840.700.65
HSV303°56°89°
CMYK 0.000.560.03   0.11
XYZ49.833431.075372.4789
Yxy31.07530.32490.2026
Hunter Lab55.745262.0158-38.0661
CIE-Lab62.571164.5098-39.1605

#e465de color RGB value is (228,101,222).

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

The process color (four color CMYK) of #e465de color hex is 0.00, 0.56, 0.03, 0.11. Web safe color of #e465de is #cc66cc. Color #e465de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01100101 11011110
Octal 344 145 336
Decimal 228 101 222
Hex E4 65 DE

RGB Percentages of Color #e465de

%41.38
%18.33
%40.29

CMYK Percentages of Color #e465de

%0
%56
%3
%11

Triadic Colors of #e465de

#e465de #dee465 #65dee4

Analogous Colors of #e465de

#e465de #e4659f #ab65e4

Monochromatic Colors of #e465de

#e465de

Complementary Color

#e465de #65e46b

#e465de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e465de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e465de Color CSS Codes

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

#e465de Text Font Color

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

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


#e465de Background Color

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

This div background color is #e465de


#e465de Border Color

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

This div border color is #e465de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e465de


Comments

No comments written yet.

Please login to write comment.