Color Hex Logo

#e279bd Color Hex

#E279BD
(226,121,189)
0 Favorites   0 Comments

Color spaces of #e279bd

RGB 226121189
HSL0.890.640.68
HSV321°46°89°
CMYK 0.000.460.16   0.11
XYZ47.386733.517652.1161
Yxy33.51760.35620.2520
Hunter Lab57.894444.7875-12.8464
CIE-Lab64.577849.1508-17.5197

#e279bd color RGB value is (226,121,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111001 10111101
Octal 342 171 275
Decimal 226 121 189
Hex E2 79 BD

RGB Percentages of Color #e279bd

%42.16
%22.57
%35.26

CMYK Percentages of Color #e279bd

%0
%46
%16
%11

Triadic Colors of #e279bd

#e279bd #bde279 #79bde2

Analogous Colors of #e279bd

#e279bd #e27989 #d379e2

Monochromatic Colors of #e279bd

#e279bd

Complementary Color

#e279bd #79e29e

#e279bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e279bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e279bd Color CSS Codes

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

#e279bd Text Font Color

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

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


#e279bd Background Color

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

This div background color is #e279bd


#e279bd Border Color

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

This div border color is #e279bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e279bd


Comments

No comments written yet.

Please login to write comment.