Color Hex Logo

#e273be Color Hex

#E273BE
(226,115,190)
0 Favorites   0 Comments

Color spaces of #e273be

RGB 226115190
HSL0.890.660.67
HSV319°49°89°
CMYK 0.000.490.16   0.11
XYZ46.789032.147952.4543
Yxy32.14790.35610.2447
Hunter Lab56.699148.0775-15.1618
CIE-Lab63.464952.2739-19.7762

#e273be color RGB value is (226,115,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110011 10111110
Octal 342 163 276
Decimal 226 115 190
Hex E2 73 BE

RGB Percentages of Color #e273be

%42.56
%21.66
%35.78

CMYK Percentages of Color #e273be

%0
%49
%16
%11

Triadic Colors of #e273be

#e273be #bee273 #73bee2

Analogous Colors of #e273be

#e273be #e27387 #cf73e2

Monochromatic Colors of #e273be

#e273be

Complementary Color

#e273be #73e297

#e273be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e273be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e273be Color CSS Codes

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

#e273be Text Font Color

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

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


#e273be Background Color

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

This div background color is #e273be


#e273be Border Color

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

This div border color is #e273be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e273be


Comments

No comments written yet.

Please login to write comment.