Color Hex Logo

#e568dc Color Hex

#E568DC
(229,104,220)
0 Favorites   0 Comments

Color spaces of #e568dc

RGB 229104220
HSL0.850.710.65
HSV304°55°90°
CMYK 0.000.550.04   0.10
XYZ50.181731.725971.1890
Yxy31.72590.32780.2072
Hunter Lab56.325760.4590-35.5074
CIE-Lab63.115763.0997-37.1795

#e568dc color RGB value is (229,104,220).

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

The process color (four color CMYK) of #e568dc color hex is 0.00, 0.55, 0.04, 0.10. Web safe color of #e568dc is #cc66cc. Color #e568dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101000 11011100
Octal 345 150 334
Decimal 229 104 220
Hex E5 68 DC

RGB Percentages of Color #e568dc

%41.41
%18.81
%39.78

CMYK Percentages of Color #e568dc

%0
%55
%4
%10

Triadic Colors of #e568dc

#e568dc #dce568 #68dce5

Analogous Colors of #e568dc

#e568dc #e5689e #b068e5

Monochromatic Colors of #e568dc

#e568dc

Complementary Color

#e568dc #68e571

#e568dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e568dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e568dc Color CSS Codes

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

#e568dc Text Font Color

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

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


#e568dc Background Color

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

This div background color is #e568dc


#e568dc Border Color

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

This div border color is #e568dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e568dc


Comments

No comments written yet.

Please login to write comment.