Color Hex Logo

#e27ecf Color Hex

#E27ECF
(226,126,207)
0 Favorites   0 Comments

Color spaces of #e27ecf

RGB 226126207
HSL0.870.630.69
HSV311°44°89°
CMYK 0.000.440.08   0.11
XYZ50.087435.595563.2622
Yxy35.59550.33630.2390
Hunter Lab59.662045.4458-21.1044
CIE-Lab66.209749.5102-25.1470

#e27ecf color RGB value is (226,126,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111110 11001111
Octal 342 176 317
Decimal 226 126 207
Hex E2 7E CF

RGB Percentages of Color #e27ecf

%40.43
%22.54
%37.03

CMYK Percentages of Color #e27ecf

%0
%44
%8
%11

Triadic Colors of #e27ecf

#e27ecf #cfe27e #7ecfe2

Analogous Colors of #e27ecf

#e27ecf #e27e9d #c37ee2

Monochromatic Colors of #e27ecf

#e27ecf

Complementary Color

#e27ecf #7ee291

#e27ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27ecf Color CSS Codes

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

#e27ecf Text Font Color

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

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


#e27ecf Background Color

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

This div background color is #e27ecf


#e27ecf Border Color

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

This div border color is #e27ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27ecf


Comments

No comments written yet.

Please login to write comment.