Color Hex Logo

#e375dd Color Hex

#E375DD
(227,117,221)
0 Favorites   0 Comments

Color spaces of #e375dd

RGB 227117221
HSL0.840.660.67
HSV303°48°89°
CMYK 0.000.480.03   0.11
XYZ51.091034.273972.3294
Yxy34.27390.32400.2173
Hunter Lab58.543953.3243-32.2704
CIE-Lab65.179456.6307-34.5434

#e375dd color RGB value is (227,117,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110101 11011101
Octal 343 165 335
Decimal 227 117 221
Hex E3 75 DD

RGB Percentages of Color #e375dd

%40.18
%20.71
%39.12

CMYK Percentages of Color #e375dd

%0
%48
%3
%11

Triadic Colors of #e375dd

#e375dd #dde375 #75dde3

Analogous Colors of #e375dd

#e375dd #e375a6 #b275e3

Monochromatic Colors of #e375dd

#e375dd

Complementary Color

#e375dd #75e37b

#e375dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e375dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e375dd Color CSS Codes

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

#e375dd Text Font Color

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

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


#e375dd Background Color

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

This div background color is #e375dd


#e375dd Border Color

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

This div border color is #e375dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,117,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e375dd


Comments

No comments written yet.

Please login to write comment.