Color Hex Logo

#e368dc Color Hex

#E368DC
(227,104,220)
0 Favorites   0 Comments

Color spaces of #e368dc

RGB 227104220
HSL0.840.690.65
HSV303°54°89°
CMYK 0.000.540.03   0.11
XYZ49.547131.398871.1593
Yxy31.39880.32570.2064
Hunter Lab56.034659.7732-36.0691
CIE-Lab62.842962.5650-37.6257

#e368dc color RGB value is (227,104,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01101000 11011100
Octal 343 150 334
Decimal 227 104 220
Hex E3 68 DC

RGB Percentages of Color #e368dc

%41.20
%18.87
%39.93

CMYK Percentages of Color #e368dc

%0
%54
%3
%11

Triadic Colors of #e368dc

#e368dc #dce368 #68dce3

Analogous Colors of #e368dc

#e368dc #e3689f #ad68e3

Monochromatic Colors of #e368dc

#e368dc

Complementary Color

#e368dc #68e36f

#e368dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e368dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e368dc Color CSS Codes

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

#e368dc Text Font Color

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

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


#e368dc Background Color

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

This div background color is #e368dc


#e368dc Border Color

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

This div border color is #e368dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e368dc


Comments

No comments written yet.

Please login to write comment.