Color Hex Logo

#e271bf Color Hex

#E271BF
(226,113,191)
0 Favorites   0 Comments

Color spaces of #e271bf

RGB 226113191
HSL0.880.660.66
HSV319°50°89°
CMYK 0.000.500.15   0.11
XYZ46.673131.740652.9568
Yxy31.74060.35530.2416
Hunter Lab56.338849.2830-16.2937
CIE-Lab63.127953.4003-20.8563

#e271bf color RGB value is (226,113,191).

#e271bf hex color red value is 226, green value is 113 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e271bf hue: 0.88 , saturation: 0.66 and the lightness value of e271bf is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110001 10111111
Octal 342 161 277
Decimal 226 113 191
Hex E2 71 BF

RGB Percentages of Color #e271bf

%42.64
%21.32
%36.04

CMYK Percentages of Color #e271bf

%0
%50
%15
%11

Triadic Colors of #e271bf

#e271bf #bfe271 #71bfe2

Analogous Colors of #e271bf

#e271bf #e27187 #cd71e2

Monochromatic Colors of #e271bf

#e271bf

Complementary Color

#e271bf #71e294

#e271bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e271bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e271bf Color CSS Codes

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

#e271bf Text Font Color

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

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


#e271bf Background Color

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

This div background color is #e271bf


#e271bf Border Color

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

This div border color is #e271bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e271bf


Comments

No comments written yet.

Please login to write comment.