Color Hex Logo

#e27993 Color Hex

#E27993
(226,121,147)
0 Favorites   0 Comments

Color spaces of #e27993

RGB 226121147
HSL0.960.640.68
HSV345°46°89°
CMYK 0.000.460.35   0.11
XYZ43.467931.950131.4797
Yxy31.95010.40660.2989
Hunter Lab56.524438.35076.5472
CIE-Lab63.301643.40674.4796

#e27993 color RGB value is (226,121,147).

#e27993 hex color red value is 226, green value is 121 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #e27993 hue: 0.96 , saturation: 0.64 and the lightness value of e27993 is 0.68.

The process color (four color CMYK) of #e27993 color hex is 0.00, 0.46, 0.35, 0.11. Web safe color of #e27993 is #cc6699. Color #e27993 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111001 10010011
Octal 342 171 223
Decimal 226 121 147
Hex E2 79 93

RGB Percentages of Color #e27993

%45.75
%24.49
%29.76

CMYK Percentages of Color #e27993

%0
%46
%35
%11

Triadic Colors of #e27993

#e27993 #93e279 #7993e2

Analogous Colors of #e27993

#e27993 #e29479 #e279c8

Monochromatic Colors of #e27993

#e27993

Complementary Color

#e27993 #79e2c8

#e27993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27993 Color CSS Codes

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

#e27993 Text Font Color

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

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


#e27993 Background Color

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

This div background color is #e27993


#e27993 Border Color

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

This div border color is #e27993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27993


Comments

No comments written yet.

Please login to write comment.