Color Hex Logo

#e334dc Color Hex

#E334DC
(227,52,220)
0 Favorites   0 Comments

Color spaces of #e334dc

RGB 22752220
HSL0.840.760.55
HSV302°77°89°
CMYK 0.000.770.03   0.11
XYZ45.824823.954269.9185
Yxy23.95420.32800.1715
Hunter Lab48.943081.4772-50.4397
CIE-Lab56.041981.5389-48.3368

#e334dc color RGB value is (227,52,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110100 11011100
Octal 343 64 334
Decimal 227 52 220
Hex E3 34 DC

RGB Percentages of Color #e334dc

%45.49
%10.42
%44.09

CMYK Percentages of Color #e334dc

%0
%77
%3
%11

Triadic Colors of #e334dc

#e334dc #dce334 #34dce3

Analogous Colors of #e334dc

#e334dc #e33485 #9334e3

Monochromatic Colors of #e334dc

#e334dc

Complementary Color

#e334dc #34e33b

#e334dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e334dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e334dc Color CSS Codes

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

#e334dc Text Font Color

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

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


#e334dc Background Color

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

This div background color is #e334dc


#e334dc Border Color

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

This div border color is #e334dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e334dc


Comments

No comments written yet.

Please login to write comment.