Color Hex Logo

#e273db Color Hex

#E273DB
(226,115,219)
0 Favorites   0 Comments

Color spaces of #e273db

RGB 226115219
HSL0.840.660.67
HSV304°49°89°
CMYK 0.000.490.03   0.11
XYZ50.280933.544770.8425
Yxy33.54470.32510.2169
Hunter Lab57.917853.6073-31.9785
CIE-Lab64.599656.9699-34.3390

#e273db color RGB value is (226,115,219).

#e273db hex color red value is 226, green value is 115 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e273db hue: 0.84 , saturation: 0.66 and the lightness value of e273db is 0.67.

The process color (four color CMYK) of #e273db color hex is 0.00, 0.49, 0.03, 0.11. Web safe color of #e273db is #cc66cc. Color #e273db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110011 11011011
Octal 342 163 333
Decimal 226 115 219
Hex E2 73 DB

RGB Percentages of Color #e273db

%40.36
%20.54
%39.11

CMYK Percentages of Color #e273db

%0
%49
%3
%11

Triadic Colors of #e273db

#e273db #dbe273 #73dbe2

Analogous Colors of #e273db

#e273db #e273a4 #b273e2

Monochromatic Colors of #e273db

#e273db

Complementary Color

#e273db #73e27a

#e273db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e273db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e273db Color CSS Codes

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

#e273db Text Font Color

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

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


#e273db Background Color

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

This div background color is #e273db


#e273db Border Color

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

This div border color is #e273db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e273db


Comments

No comments written yet.

Please login to write comment.