Color Hex Logo

#e381df Color Hex

#E381DF
(227,129,223)
0 Favorites   0 Comments

Color spaces of #e381df

RGB 227129223
HSL0.840.640.70
HSV302°43°89°
CMYK 0.000.430.02   0.11
XYZ52.848137.359174.2377
Yxy37.35910.32140.2272
Hunter Lab61.122147.3731-29.2270
CIE-Lab67.545651.0398-31.9851

#e381df color RGB value is (227,129,223).

#e381df hex color red value is 227, green value is 129 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e381df hue: 0.84 , saturation: 0.64 and the lightness value of e381df is 0.70.

The process color (four color CMYK) of #e381df color hex is 0.00, 0.43, 0.02, 0.11. Web safe color of #e381df is #cc99cc. Color #e381df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000001 11011111
Octal 343 201 337
Decimal 227 129 223
Hex E3 81 DF

RGB Percentages of Color #e381df

%39.21
%22.28
%38.51

CMYK Percentages of Color #e381df

%0
%43
%2
%11

Triadic Colors of #e381df

#e381df #dfe381 #81dfe3

Analogous Colors of #e381df

#e381df #e381ae #b681e3

Monochromatic Colors of #e381df

#e381df

Complementary Color

#e381df #81e385

#e381df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e381df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e381df Color CSS Codes

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

#e381df Text Font Color

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

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


#e381df Background Color

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

This div background color is #e381df


#e381df Border Color

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

This div border color is #e381df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e381df


Comments

No comments written yet.

Please login to write comment.