Color Hex Logo

#e372df Color Hex

#E372DF
(227,114,223)
0 Favorites   0 Comments

Color spaces of #e372df

RGB 227114223
HSL0.840.670.67
HSV302°50°89°
CMYK 0.000.500.02   0.11
XYZ51.015133.693273.6267
Yxy33.69320.32220.2128
Hunter Lab58.045855.2991-34.5727
CIE-Lab64.718358.4167-36.3755

#e372df color RGB value is (227,114,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110010 11011111
Octal 343 162 337
Decimal 227 114 223
Hex E3 72 DF

RGB Percentages of Color #e372df

%40.25
%20.21
%39.54

CMYK Percentages of Color #e372df

%0
%50
%2
%11

Triadic Colors of #e372df

#e372df #dfe372 #72dfe3

Analogous Colors of #e372df

#e372df #e372a7 #af72e3

Monochromatic Colors of #e372df

#e372df

Complementary Color

#e372df #72e376

#e372df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e372df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e372df Color CSS Codes

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

#e372df Text Font Color

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

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


#e372df Background Color

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

This div background color is #e372df


#e372df Border Color

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

This div border color is #e372df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e372df


Comments

No comments written yet.

Please login to write comment.