Color Hex Logo

#e280db Color Hex

#E280DB
(226,128,219)
0 Favorites   0 Comments

Color spaces of #e280db

RGB 226128219
HSL0.850.630.69
HSV304°43°89°
CMYK 0.000.430.03   0.11
XYZ51.869436.721671.3720
Yxy36.72160.32430.2296
Hunter Lab60.598346.7407-27.4122
CIE-Lab67.067650.5460-30.5144

#e280db color RGB value is (226,128,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000000 11011011
Octal 342 200 333
Decimal 226 128 219
Hex E2 80 DB

RGB Percentages of Color #e280db

%39.44
%22.34
%38.22

CMYK Percentages of Color #e280db

%0
%43
%3
%11

Triadic Colors of #e280db

#e280db #dbe280 #80dbe2

Analogous Colors of #e280db

#e280db #e280aa #b880e2

Monochromatic Colors of #e280db

#e280db

Complementary Color

#e280db #80e287

#e280db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e280db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e280db Color CSS Codes

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

#e280db Text Font Color

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

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


#e280db Background Color

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

This div background color is #e280db


#e280db Border Color

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

This div border color is #e280db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e280db


Comments

No comments written yet.

Please login to write comment.