Color Hex Logo

#e565cc Color Hex

#E565CC
(229,101,204)
0 Favorites   0 Comments

Color spaces of #e565cc

RGB 229101204
HSL0.870.710.65
HSV312°56°90°
CMYK 0.000.560.11   0.10
XYZ47.865930.325060.4572
Yxy30.32500.34520.2187
Hunter Lab55.068158.7851-26.5445
CIE-Lab61.933661.8802-30.0156

#e565cc color RGB value is (229,101,204).

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

The process color (four color CMYK) of #e565cc color hex is 0.00, 0.56, 0.11, 0.10. Web safe color of #e565cc is #cc66cc. Color #e565cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100101 11001100
Octal 345 145 314
Decimal 229 101 204
Hex E5 65 CC

RGB Percentages of Color #e565cc

%42.88
%18.91
%38.20

CMYK Percentages of Color #e565cc

%0
%56
%11
%10

Triadic Colors of #e565cc

#e565cc #cce565 #65cce5

Analogous Colors of #e565cc

#e565cc #e5658c #be65e5

Monochromatic Colors of #e565cc

#e565cc

Complementary Color

#e565cc #65e57e

#e565cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e565cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e565cc Color CSS Codes

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

#e565cc Text Font Color

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

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


#e565cc Background Color

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

This div background color is #e565cc


#e565cc Border Color

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

This div border color is #e565cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e565cc


Comments

No comments written yet.

Please login to write comment.