Color Hex Logo

#e380ee Color Hex

#E380EE
(227,128,238)
0 Favorites   0 Comments

Color spaces of #e380ee

RGB 227128238
HSL0.820.760.72
HSV294°46°93°
CMYK 0.050.460.00   0.07
XYZ54.830337.942385.3226
Yxy37.94230.30790.2130
Hunter Lab61.597351.0949-39.0084
CIE-Lab67.978154.2530-39.5977

#e380ee color RGB value is (227,128,238).

#e380ee hex color red value is 227, green value is 128 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e380ee hue: 0.82 , saturation: 0.76 and the lightness value of e380ee is 0.72.

The process color (four color CMYK) of #e380ee color hex is 0.05, 0.46, 0.00, 0.07. Web safe color of #e380ee is #cc99ff. Color #e380ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000000 11101110
Octal 343 200 356
Decimal 227 128 238
Hex E3 80 EE

RGB Percentages of Color #e380ee

%38.28
%21.59
%40.13

CMYK Percentages of Color #e380ee

%5
%46
%0
%7

Triadic Colors of #e380ee

#e380ee #eee380 #80eee3

Analogous Colors of #e380ee

#e380ee #ee80c2 #ac80ee

Monochromatic Colors of #e380ee

#e380ee

Complementary Color

#e380ee #8bee80

#e380ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e380ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e380ee Color CSS Codes

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

#e380ee Text Font Color

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

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


#e380ee Background Color

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

This div background color is #e380ee


#e380ee Border Color

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

This div border color is #e380ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e380ee


Comments

No comments written yet.

Please login to write comment.