Color Hex Logo

#e568ec Color Hex

#E568EC
(229,104,236)
0 Favorites   0 Comments

Color spaces of #e568ec

RGB 229104236
HSL0.820.780.67
HSV297°56°93°
CMYK 0.030.560.00   0.07
XYZ52.403732.614882.8902
Yxy32.61480.31210.1942
Hunter Lab57.109463.8507-46.0787
CIE-Lab63.847865.8228-44.9497

#e568ec color RGB value is (229,104,236).

#e568ec hex color red value is 229, green value is 104 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e568ec hue: 0.82 , saturation: 0.78 and the lightness value of e568ec is 0.67.

The process color (four color CMYK) of #e568ec color hex is 0.03, 0.56, 0.00, 0.07. Web safe color of #e568ec is #cc66ff. Color #e568ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101000 11101100
Octal 345 150 354
Decimal 229 104 236
Hex E5 68 EC

RGB Percentages of Color #e568ec

%40.25
%18.28
%41.48

CMYK Percentages of Color #e568ec

%3
%56
%0
%7

Triadic Colors of #e568ec

#e568ec #ece568 #68ece5

Analogous Colors of #e568ec

#e568ec #ec68b1 #a368ec

Monochromatic Colors of #e568ec

#e568ec

Complementary Color

#e568ec #6fec68

#e568ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e568ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e568ec Color CSS Codes

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

#e568ec Text Font Color

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

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


#e568ec Background Color

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

This div background color is #e568ec


#e568ec Border Color

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

This div border color is #e568ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e568ec


Comments

No comments written yet.

Please login to write comment.