Color Hex Logo

#e335dd Color Hex

#E335DD
(227,53,221)
0 Favorites   0 Comments

Color spaces of #e335dd

RGB 22753221
HSL0.840.760.55
HSV302°77°89°
CMYK 0.000.770.03   0.11
XYZ46.002824.097670.6333
Yxy24.09760.32690.1712
Hunter Lab49.089381.3705-50.9483
CIE-Lab56.185481.4275-48.6754

#e335dd color RGB value is (227,53,221).

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

The process color (four color CMYK) of #e335dd color hex is 0.00, 0.77, 0.03, 0.11. Web safe color of #e335dd is #cc33cc. Color #e335dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110101 11011101
Octal 343 65 335
Decimal 227 53 221
Hex E3 35 DD

RGB Percentages of Color #e335dd

%45.31
%10.58
%44.11

CMYK Percentages of Color #e335dd

%0
%77
%3
%11

Triadic Colors of #e335dd

#e335dd #dde335 #35dde3

Analogous Colors of #e335dd

#e335dd #e33586 #9235e3

Monochromatic Colors of #e335dd

#e335dd

Complementary Color

#e335dd #35e33b

#e335dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e335dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e335dd Color CSS Codes

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

#e335dd Text Font Color

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

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


#e335dd Background Color

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

This div background color is #e335dd


#e335dd Border Color

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

This div border color is #e335dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e335dd


Comments

No comments written yet.

Please login to write comment.