Color Hex Logo

#e272bd Color Hex

#E272BD
(226,114,189)
0 Favorites   0 Comments

Color spaces of #e272bd

RGB 226114189
HSL0.890.660.67
HSV320°50°89°
CMYK 0.000.500.16   0.11
XYZ46.566731.877551.8428
Yxy31.87750.35740.2447
Hunter Lab56.460248.4163-14.9191
CIE-Lab63.241552.6107-19.5498

#e272bd color RGB value is (226,114,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110010 10111101
Octal 342 162 275
Decimal 226 114 189
Hex E2 72 BD

RGB Percentages of Color #e272bd

%42.72
%21.55
%35.73

CMYK Percentages of Color #e272bd

%0
%50
%16
%11

Triadic Colors of #e272bd

#e272bd #bde272 #72bde2

Analogous Colors of #e272bd

#e272bd #e27285 #cf72e2

Monochromatic Colors of #e272bd

#e272bd

Complementary Color

#e272bd #72e297

#e272bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e272bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e272bd Color CSS Codes

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

#e272bd Text Font Color

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

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


#e272bd Background Color

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

This div background color is #e272bd


#e272bd Border Color

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

This div border color is #e272bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e272bd


Comments

No comments written yet.

Please login to write comment.