Color Hex Logo

#e565ec Color Hex

#E565EC
(229,101,236)
0 Favorites   0 Comments

Color spaces of #e565ec

RGB 229101236
HSL0.820.780.66
HSV297°57°93°
CMYK 0.030.570.00   0.07
XYZ52.107132.021582.7913
Yxy32.02150.31220.1918
Hunter Lab56.587565.3387-47.1339
CIE-Lab63.360667.1476-45.7170

#e565ec color RGB value is (229,101,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100101 11101100
Octal 345 145 354
Decimal 229 101 236
Hex E5 65 EC

RGB Percentages of Color #e565ec

%40.46
%17.84
%41.70

CMYK Percentages of Color #e565ec

%3
%57
%0
%7

Triadic Colors of #e565ec

#e565ec #ece565 #65ece5

Analogous Colors of #e565ec

#e565ec #ec65b0 #a265ec

Monochromatic Colors of #e565ec

#e565ec

Complementary Color

#e565ec #6cec65

#e565ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e565ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e565ec Color CSS Codes

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

#e565ec Text Font Color

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

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


#e565ec Background Color

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

This div background color is #e565ec


#e565ec Border Color

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

This div border color is #e565ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e565ec


Comments

No comments written yet.

Please login to write comment.