Color Hex Logo

#e568da Color Hex

#E568DA
(229,104,218)
0 Favorites   0 Comments

Color spaces of #e568da

RGB 229104218
HSL0.850.710.65
HSV305°55°90°
CMYK 0.000.550.05   0.10
XYZ49.918331.620669.8021
Yxy31.62060.32980.2089
Hunter Lab56.232260.0512-34.2353
CIE-Lab63.028162.7691-36.1959

#e568da color RGB value is (229,104,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101000 11011010
Octal 345 150 332
Decimal 229 104 218
Hex E5 68 DA

RGB Percentages of Color #e568da

%41.56
%18.87
%39.56

CMYK Percentages of Color #e568da

%0
%55
%5
%10

Triadic Colors of #e568da

#e568da #dae568 #68dae5

Analogous Colors of #e568da

#e568da #e5689c #b268e5

Monochromatic Colors of #e568da

#e568da

Complementary Color

#e568da #68e573

#e568da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e568da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e568da Color CSS Codes

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

#e568da Text Font Color

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

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


#e568da Background Color

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

This div background color is #e568da


#e568da Border Color

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

This div border color is #e568da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,104,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e568da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e568da


Comments

No comments written yet.

Please login to write comment.