Color Hex Logo

#e37dfe Color Hex

#E37DFE
(227,125,254)
0 Favorites   0 Comments

Color spaces of #e37dfe

RGB 227125254
HSL0.800.980.74
HSV287°51°100°
CMYK 0.110.510.00   0.00
XYZ56.901638.153998.1313
Yxy38.15390.29450.1975
Hunter Lab61.768856.3391-50.9550
CIE-Lab68.133958.7580-48.1291

#e37dfe color RGB value is (227,125,254).

#e37dfe hex color red value is 227, green value is 125 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e37dfe hue: 0.80 , saturation: 0.98 and the lightness value of e37dfe is 0.74.

The process color (four color CMYK) of #e37dfe color hex is 0.11, 0.51, 0.00, 0.00. Web safe color of #e37dfe is #cc66ff. Color #e37dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01111101 11111110
Octal 343 175 376
Decimal 227 125 254
Hex E3 7D FE

RGB Percentages of Color #e37dfe

%37.46
%20.63
%41.91

CMYK Percentages of Color #e37dfe

%11
%51
%0
%0

Triadic Colors of #e37dfe

#e37dfe #fee37d #7dfee3

Analogous Colors of #e37dfe

#e37dfe #fe7dd9 #a37dfe

Monochromatic Colors of #e37dfe

#e37dfe

Complementary Color

#e37dfe #98fe7d

#e37dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e37dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e37dfe Color CSS Codes

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

#e37dfe Text Font Color

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

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


#e37dfe Background Color

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

This div background color is #e37dfe


#e37dfe Border Color

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

This div border color is #e37dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e37dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.