Color Hex Logo

#e665cc Color Hex

#E665CC
(230,101,204)
0 Favorites   0 Comments

Color spaces of #e665cc

RGB 230101204
HSL0.870.720.65
HSV312°56°90°
CMYK 0.000.560.11   0.10
XYZ48.185930.490060.4722
Yxy30.49000.34630.2191
Hunter Lab55.217859.1374-26.2795
CIE-Lab62.074762.1566-29.7859

#e665cc color RGB value is (230,101,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100101 11001100
Octal 346 145 314
Decimal 230 101 204
Hex E6 65 CC

RGB Percentages of Color #e665cc

%42.99
%18.88
%38.13

CMYK Percentages of Color #e665cc

%0
%56
%11
%10

Triadic Colors of #e665cc

#e665cc #cce665 #65cce6

Analogous Colors of #e665cc

#e665cc #e6658c #c065e6

Monochromatic Colors of #e665cc

#e665cc

Complementary Color

#e665cc #65e67f

#e665cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e665cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e665cc Color CSS Codes

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

#e665cc Text Font Color

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

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


#e665cc Background Color

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

This div background color is #e665cc


#e665cc Border Color

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

This div border color is #e665cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e665cc


Comments

No comments written yet.

Please login to write comment.