Color Hex Logo

#e27caf Color Hex

#E27CAF
(226,124,175)
0 Favorites   0 Comments

Color spaces of #e27caf

RGB 226124175
HSL0.920.640.69
HSV330°45°89°
CMYK 0.000.450.23   0.11
XYZ46.309533.679244.6174
Yxy33.67920.37160.2703
Hunter Lab58.033840.8794-4.9596
CIE-Lab64.707145.5663-9.4016

#e27caf color RGB value is (226,124,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111100 10101111
Octal 342 174 257
Decimal 226 124 175
Hex E2 7C AF

RGB Percentages of Color #e27caf

%43.05
%23.62
%33.33

CMYK Percentages of Color #e27caf

%0
%45
%23
%11

Triadic Colors of #e27caf

#e27caf #afe27c #7cafe2

Analogous Colors of #e27caf

#e27caf #e27c7c #e27ce2

Monochromatic Colors of #e27caf

#e27caf

Complementary Color

#e27caf #7ce2af

#e27caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27caf Color CSS Codes

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

#e27caf Text Font Color

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

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


#e27caf Background Color

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

This div background color is #e27caf


#e27caf Border Color

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

This div border color is #e27caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27caf


Comments

No comments written yet.

Please login to write comment.