Color Hex Logo

#e27ebf Color Hex

#E27EBF
(226,126,191)
0 Favorites   0 Comments

Color spaces of #e27ebf

RGB 226126191
HSL0.890.630.69
HSV321°44°89°
CMYK 0.000.440.15   0.11
XYZ48.228934.852053.4754
Yxy34.85200.35320.2552
Hunter Lab59.035642.5126-12.3809
CIE-Lab65.633346.9366-17.0485

#e27ebf color RGB value is (226,126,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111110 10111111
Octal 342 176 277
Decimal 226 126 191
Hex E2 7E BF

RGB Percentages of Color #e27ebf

%41.62
%23.20
%35.17

CMYK Percentages of Color #e27ebf

%0
%44
%15
%11

Triadic Colors of #e27ebf

#e27ebf #bfe27e #7ebfe2

Analogous Colors of #e27ebf

#e27ebf #e27e8d #d37ee2

Monochromatic Colors of #e27ebf

#e27ebf

Complementary Color

#e27ebf #7ee2a1

#e27ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27ebf Color CSS Codes

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

#e27ebf Text Font Color

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

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


#e27ebf Background Color

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

This div background color is #e27ebf


#e27ebf Border Color

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

This div border color is #e27ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27ebf


Comments

No comments written yet.

Please login to write comment.