Color Hex Logo

#e266cd Color Hex

#E266CD
(226,102,205)
0 Favorites   0 Comments

Color spaces of #e266cd

RGB 226102205
HSL0.860.680.64
HSV310°55°89°
CMYK 0.000.550.09   0.11
XYZ47.134830.079361.0792
Yxy30.07930.34080.2175
Hunter Lab54.844657.4293-27.6387
CIE-Lab61.722660.7542-30.9413

#e266cd color RGB value is (226,102,205).

#e266cd hex color red value is 226, green value is 102 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e266cd hue: 0.86 , saturation: 0.68 and the lightness value of e266cd is 0.64.

The process color (four color CMYK) of #e266cd color hex is 0.00, 0.55, 0.09, 0.11. Web safe color of #e266cd is #cc66cc. Color #e266cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100110 11001101
Octal 342 146 315
Decimal 226 102 205
Hex E2 66 CD

RGB Percentages of Color #e266cd

%42.40
%19.14
%38.46

CMYK Percentages of Color #e266cd

%0
%55
%9
%11

Triadic Colors of #e266cd

#e266cd #cde266 #66cde2

Analogous Colors of #e266cd

#e266cd #e2668f #b966e2

Monochromatic Colors of #e266cd

#e266cd

Complementary Color

#e266cd #66e27b

#e266cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e266cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e266cd Color CSS Codes

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

#e266cd Text Font Color

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

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


#e266cd Background Color

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

This div background color is #e266cd


#e266cd Border Color

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

This div border color is #e266cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,102,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e266cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e266cd;
  -webkit-box-shadow: 1px 1px 3px 2px #e266cd;
  box-shadow:         1px 1px 3px 2px #e266cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,102,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e266cd


Comments

No comments written yet.

Please login to write comment.