Color Hex Logo

#e362dd Color Hex

#E362DD
(227,98,221)
0 Favorites   0 Comments

Color spaces of #e362dd

RGB 22798221
HSL0.840.700.64
HSV303°57°89°
CMYK 0.000.570.03   0.11
XYZ49.097430.286771.6648
Yxy30.28670.32500.2005
Hunter Lab55.033462.9384-38.6845
CIE-Lab61.900865.4044-39.6600

#e362dd color RGB value is (227,98,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01100010 11011101
Octal 343 142 335
Decimal 227 98 221
Hex E3 62 DD

RGB Percentages of Color #e362dd

%41.58
%17.95
%40.48

CMYK Percentages of Color #e362dd

%0
%57
%3
%11

Triadic Colors of #e362dd

#e362dd #dde362 #62dde3

Analogous Colors of #e362dd

#e362dd #e3629d #a962e3

Monochromatic Colors of #e362dd

#e362dd

Complementary Color

#e362dd #62e368

#e362dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e362dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e362dd Color CSS Codes

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

#e362dd Text Font Color

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

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


#e362dd Background Color

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

This div background color is #e362dd


#e362dd Border Color

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

This div border color is #e362dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e362dd


Comments

No comments written yet.

Please login to write comment.