Color Hex Logo

#e27ecb Color Hex

#E27ECB
(226,126,203)
0 Favorites   0 Comments

Color spaces of #e27ecb

RGB 226126203
HSL0.870.630.69
HSV314°44°89°
CMYK 0.000.440.10   0.11
XYZ49.604435.402360.7188
Yxy35.40230.34040.2429
Hunter Lab59.499844.6889-18.8548
CIE-Lab66.060748.8501-23.1367

#e27ecb color RGB value is (226,126,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111110 11001011
Octal 342 176 313
Decimal 226 126 203
Hex E2 7E CB

RGB Percentages of Color #e27ecb

%40.72
%22.70
%36.58

CMYK Percentages of Color #e27ecb

%0
%44
%10
%11

Triadic Colors of #e27ecb

#e27ecb #cbe27e #7ecbe2

Analogous Colors of #e27ecb

#e27ecb #e27e99 #c77ee2

Monochromatic Colors of #e27ecb

#e27ecb

Complementary Color

#e27ecb #7ee295

#e27ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27ecb Color CSS Codes

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

#e27ecb Text Font Color

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

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


#e27ecb Background Color

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

This div background color is #e27ecb


#e27ecb Border Color

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

This div border color is #e27ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27ecb


Comments

No comments written yet.

Please login to write comment.