Color Hex Logo

#e27cbe Color Hex

#E27CBE
(226,124,190)
0 Favorites   0 Comments

Color spaces of #e27cbe

RGB 226124190
HSL0.890.640.69
HSV321°45°89°
CMYK 0.000.450.16   0.11
XYZ47.865934.301852.8133
Yxy34.30180.35460.2541
Hunter Lab58.567743.3899-12.4672
CIE-Lab65.201447.7949-17.1391

#e27cbe color RGB value is (226,124,190).

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

The process color (four color CMYK) of #e27cbe color hex is 0.00, 0.45, 0.16, 0.11. Web safe color of #e27cbe is #cc66cc. Color #e27cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111100 10111110
Octal 342 174 276
Decimal 226 124 190
Hex E2 7C BE

RGB Percentages of Color #e27cbe

%41.85
%22.96
%35.19

CMYK Percentages of Color #e27cbe

%0
%45
%16
%11

Triadic Colors of #e27cbe

#e27cbe #bee27c #7cbee2

Analogous Colors of #e27cbe

#e27cbe #e27c8b #d37ce2

Monochromatic Colors of #e27cbe

#e27cbe

Complementary Color

#e27cbe #7ce2a0

#e27cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27cbe Color CSS Codes

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

#e27cbe Text Font Color

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

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


#e27cbe Background Color

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

This div background color is #e27cbe


#e27cbe Border Color

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

This div border color is #e27cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27cbe


Comments

No comments written yet.

Please login to write comment.