Color Hex Logo

#e353dd Color Hex

#E353DD
(227,83,221)
0 Favorites   0 Comments

Color spaces of #e353dd

RGB 22783221
HSL0.840.720.61
HSV303°63°89°
CMYK 0.000.630.03   0.11
XYZ47.823027.737971.2400
Yxy27.73790.32580.1889
Hunter Lab52.666869.9164-43.3322
CIE-Lab59.651271.5994-43.1942

#e353dd color RGB value is (227,83,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010011 11011101
Octal 343 123 335
Decimal 227 83 221
Hex E3 53 DD

RGB Percentages of Color #e353dd

%42.75
%15.63
%41.62

CMYK Percentages of Color #e353dd

%0
%63
%3
%11

Triadic Colors of #e353dd

#e353dd #dde353 #53dde3

Analogous Colors of #e353dd

#e353dd #e35395 #a153e3

Monochromatic Colors of #e353dd

#e353dd

Complementary Color

#e353dd #53e359

#e353dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e353dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e353dd Color CSS Codes

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

#e353dd Text Font Color

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

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


#e353dd Background Color

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

This div background color is #e353dd


#e353dd Border Color

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

This div border color is #e353dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e353dd


Comments

No comments written yet.

Please login to write comment.