Color Hex Logo

#e293df Color Hex

#E293DF
(226,147,223)
0 Favorites   0 Comments

Color spaces of #e293df

RGB 226147223
HSL0.840.580.73
HSV302°35°89°
CMYK 0.000.350.01   0.11
XYZ55.117042.363975.0841
Yxy42.36390.31940.2455
Hunter Lab65.087637.2529-22.8348
CIE-Lab71.121141.4297-26.4869

#e293df color RGB value is (226,147,223).

#e293df hex color red value is 226, green value is 147 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e293df hue: 0.84 , saturation: 0.58 and the lightness value of e293df is 0.73.

The process color (four color CMYK) of #e293df color hex is 0.00, 0.35, 0.01, 0.11. Web safe color of #e293df is #cc99cc. Color #e293df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010011 11011111
Octal 342 223 337
Decimal 226 147 223
Hex E2 93 DF

RGB Percentages of Color #e293df

%37.92
%24.66
%37.42

CMYK Percentages of Color #e293df

%0
%35
%1
%11

Triadic Colors of #e293df

#e293df #dfe293 #93dfe2

Analogous Colors of #e293df

#e293df #e293b8 #be93e2

Monochromatic Colors of #e293df

#e293df

Complementary Color

#e293df #93e296

#e293df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e293df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e293df Color CSS Codes

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

#e293df Text Font Color

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

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


#e293df Background Color

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

This div background color is #e293df


#e293df Border Color

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

This div border color is #e293df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e293df


Comments

No comments written yet.

Please login to write comment.