Color Hex Logo

#e27fba Color Hex

#E27FBA
(226,127,186)
0 Favorites   0 Comments

Color spaces of #e27fba

RGB 226127186
HSL0.900.630.69
HSV324°44°89°
CMYK 0.000.440.18   0.11
XYZ47.816334.892750.6691
Yxy34.89270.35850.2616
Hunter Lab59.070041.1205-9.5087
CIE-Lab65.665045.6591-14.1837

#e27fba color RGB value is (226,127,186).

#e27fba hex color red value is 226, green value is 127 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e27fba hue: 0.90 , saturation: 0.63 and the lightness value of e27fba is 0.69.

The process color (four color CMYK) of #e27fba color hex is 0.00, 0.44, 0.18, 0.11. Web safe color of #e27fba is #cc66cc. Color #e27fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111111 10111010
Octal 342 177 272
Decimal 226 127 186
Hex E2 7F BA

RGB Percentages of Color #e27fba

%41.93
%23.56
%34.51

CMYK Percentages of Color #e27fba

%0
%44
%18
%11

Triadic Colors of #e27fba

#e27fba #bae27f #7fbae2

Analogous Colors of #e27fba

#e27fba #e27f89 #d97fe2

Monochromatic Colors of #e27fba

#e27fba

Complementary Color

#e27fba #7fe2a7

#e27fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27fba Color CSS Codes

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

#e27fba Text Font Color

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

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


#e27fba Background Color

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

This div background color is #e27fba


#e27fba Border Color

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

This div border color is #e27fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27fba


Comments

No comments written yet.

Please login to write comment.