Color Hex Logo

#e273bd Color Hex

#E273BD
(226,115,189)
0 Favorites   0 Comments

Color spaces of #e273bd

RGB 226115189
HSL0.890.660.67
HSV320°49°89°
CMYK 0.000.490.16   0.11
XYZ46.680132.104351.8806
Yxy32.10430.35730.2457
Hunter Lab56.660747.9018-14.6257
CIE-Lab63.429052.1223-19.2645

#e273bd color RGB value is (226,115,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110011 10111101
Octal 342 163 275
Decimal 226 115 189
Hex E2 73 BD

RGB Percentages of Color #e273bd

%42.64
%21.70
%35.66

CMYK Percentages of Color #e273bd

%0
%49
%16
%11

Triadic Colors of #e273bd

#e273bd #bde273 #73bde2

Analogous Colors of #e273bd

#e273bd #e27386 #d073e2

Monochromatic Colors of #e273bd

#e273bd

Complementary Color

#e273bd #73e298

#e273bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e273bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e273bd Color CSS Codes

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

#e273bd Text Font Color

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

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


#e273bd Background Color

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

This div background color is #e273bd


#e273bd Border Color

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

This div border color is #e273bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e273bd


Comments

No comments written yet.

Please login to write comment.