Color Hex Logo

#e280cd Color Hex

#E280CD
(226,128,205)
0 Favorites   0 Comments

Color spaces of #e280cd

RGB 226128205
HSL0.870.630.69
HSV313°43°89°
CMYK 0.000.430.09   0.11
XYZ50.102636.014962.0685
Yxy36.01490.33810.2430
Hunter Lab60.012444.0027-19.3126
CIE-Lab66.531348.1648-23.5362

#e280cd color RGB value is (226,128,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000000 11001101
Octal 342 200 315
Decimal 226 128 205
Hex E2 80 CD

RGB Percentages of Color #e280cd

%40.43
%22.90
%36.67

CMYK Percentages of Color #e280cd

%0
%43
%9
%11

Triadic Colors of #e280cd

#e280cd #cde280 #80cde2

Analogous Colors of #e280cd

#e280cd #e2809c #c680e2

Monochromatic Colors of #e280cd

#e280cd

Complementary Color

#e280cd #80e295

#e280cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e280cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e280cd Color CSS Codes

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

#e280cd Text Font Color

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

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


#e280cd Background Color

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

This div background color is #e280cd


#e280cd Border Color

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

This div border color is #e280cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e280cd


Comments

No comments written yet.

Please login to write comment.