Color Hex Logo

#e286cd Color Hex

#E286CD
(226,134,205)
0 Favorites   0 Comments

Color spaces of #e286cd

RGB 226134205
HSL0.870.610.71
HSV314°41°89°
CMYK 0.000.410.09   0.11
XYZ50.908637.626762.3371
Yxy37.62670.33740.2494
Hunter Lab61.340640.7970-17.3148
CIE-Lab67.744645.0895-21.6832

#e286cd color RGB value is (226,134,205).

#e286cd hex color red value is 226, green value is 134 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e286cd hue: 0.87 , saturation: 0.61 and the lightness value of e286cd is 0.71.

The process color (four color CMYK) of #e286cd color hex is 0.00, 0.41, 0.09, 0.11. Web safe color of #e286cd is #cc99cc. Color #e286cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000110 11001101
Octal 342 206 315
Decimal 226 134 205
Hex E2 86 CD

RGB Percentages of Color #e286cd

%40.00
%23.72
%36.28

CMYK Percentages of Color #e286cd

%0
%41
%9
%11

Triadic Colors of #e286cd

#e286cd #cde286 #86cde2

Analogous Colors of #e286cd

#e286cd #e2869f #c986e2

Monochromatic Colors of #e286cd

#e286cd

Complementary Color

#e286cd #86e29b

#e286cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e286cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e286cd Color CSS Codes

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

#e286cd Text Font Color

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

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


#e286cd Background Color

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

This div background color is #e286cd


#e286cd Border Color

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

This div border color is #e286cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e286cd


Comments

No comments written yet.

Please login to write comment.