Color Hex Logo

#e375de Color Hex

#E375DE
(227,117,222)
0 Favorites   0 Comments

Color spaces of #e375de

RGB 227117222
HSL0.840.660.67
HSV303°48°89°
CMYK 0.000.480.02   0.11
XYZ51.224734.327473.0333
Yxy34.32740.32300.2165
Hunter Lab58.589653.5302-32.8937
CIE-Lab65.221656.8031-35.0348

#e375de color RGB value is (227,117,222).

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

The process color (four color CMYK) of #e375de color hex is 0.00, 0.48, 0.02, 0.11. Web safe color of #e375de is #cc66cc. Color #e375de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110101 11011110
Octal 343 165 336
Decimal 227 117 222
Hex E3 75 DE

RGB Percentages of Color #e375de

%40.11
%20.67
%39.22

CMYK Percentages of Color #e375de

%0
%48
%2
%11

Triadic Colors of #e375de

#e375de #dee375 #75dee3

Analogous Colors of #e375de

#e375de #e375a7 #b175e3

Monochromatic Colors of #e375de

#e375de

Complementary Color

#e375de #75e37a

#e375de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e375de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e375de Color CSS Codes

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

#e375de Text Font Color

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

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


#e375de Background Color

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

This div background color is #e375de


#e375de Border Color

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

This div border color is #e375de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e375de


Comments

No comments written yet.

Please login to write comment.