Color Hex Logo

#e350dc Color Hex

#E350DC
(227,80,220)
0 Favorites   0 Comments

Color spaces of #e350dc

RGB 22780220
HSL0.840.720.60
HSV303°65°89°
CMYK 0.000.650.03   0.11
XYZ47.465527.235570.4654
Yxy27.23550.32700.1876
Hunter Lab52.187671.0202-43.5239
CIE-Lab59.191772.5867-43.3549

#e350dc color RGB value is (227,80,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010000 11011100
Octal 343 120 334
Decimal 227 80 220
Hex E3 50 DC

RGB Percentages of Color #e350dc

%43.07
%15.18
%41.75

CMYK Percentages of Color #e350dc

%0
%65
%3
%11

Triadic Colors of #e350dc

#e350dc #dce350 #50dce3

Analogous Colors of #e350dc

#e350dc #e35093 #a150e3

Monochromatic Colors of #e350dc

#e350dc

Complementary Color

#e350dc #50e357

#e350dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e350dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e350dc Color CSS Codes

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

#e350dc Text Font Color

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

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


#e350dc Background Color

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

This div background color is #e350dc


#e350dc Border Color

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

This div border color is #e350dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e350dc


Comments

No comments written yet.

Please login to write comment.