Color Hex Logo

#e372dc Color Hex

#E372DC
(227,114,220)
0 Favorites   0 Comments

Color spaces of #e372dc

RGB 227114220
HSL0.840.670.67
HSV304°50°89°
CMYK 0.000.500.03   0.11
XYZ50.614133.532871.5150
Yxy33.53280.32520.2154
Hunter Lab57.907554.6799-32.6871
CIE-Lab64.590057.9023-34.9021

#e372dc color RGB value is (227,114,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110010 11011100
Octal 343 162 334
Decimal 227 114 220
Hex E3 72 DC

RGB Percentages of Color #e372dc

%40.46
%20.32
%39.22

CMYK Percentages of Color #e372dc

%0
%50
%3
%11

Triadic Colors of #e372dc

#e372dc #dce372 #72dce3

Analogous Colors of #e372dc

#e372dc #e372a4 #b272e3

Monochromatic Colors of #e372dc

#e372dc

Complementary Color

#e372dc #72e379

#e372dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e372dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e372dc Color CSS Codes

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

#e372dc Text Font Color

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

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


#e372dc Background Color

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

This div background color is #e372dc


#e372dc Border Color

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

This div border color is #e372dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e372dc


Comments

No comments written yet.

Please login to write comment.