Color Hex Logo

#e27caa Color Hex

#E27CAA
(226,124,170)
0 Favorites   0 Comments

Color spaces of #e27caa

RGB 226124170
HSL0.920.640.69
HSV333°45°89°
CMYK 0.000.450.25   0.11
XYZ45.827433.486342.0784
Yxy33.48630.37750.2759
Hunter Lab57.867340.0932-2.6057
CIE-Lab64.552844.8617-6.7948

#e27caa color RGB value is (226,124,170).

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

The process color (four color CMYK) of #e27caa color hex is 0.00, 0.45, 0.25, 0.11. Web safe color of #e27caa is #cc6699. Color #e27caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111100 10101010
Octal 342 174 252
Decimal 226 124 170
Hex E2 7C AA

RGB Percentages of Color #e27caa

%43.46
%23.85
%32.69

CMYK Percentages of Color #e27caa

%0
%45
%25
%11

Triadic Colors of #e27caa

#e27caa #aae27c #7caae2

Analogous Colors of #e27caa

#e27caa #e2817c #e27cdd

Monochromatic Colors of #e27caa

#e27caa

Complementary Color

#e27caa #7ce2b4

#e27caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27caa Color CSS Codes

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

#e27caa Text Font Color

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

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


#e27caa Background Color

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

This div background color is #e27caa


#e27caa Border Color

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

This div border color is #e27caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27caa


Comments

No comments written yet.

Please login to write comment.