Color Hex Logo

#e268df Color Hex

#E268DF
(226,104,223)
0 Favorites   0 Comments

Color spaces of #e268df

RGB 226104223
HSL0.840.680.65
HSV301°54°89°
CMYK 0.000.540.01   0.11
XYZ49.633631.397173.2563
Yxy31.39710.32170.2035
Hunter Lab56.033160.0556-38.2911
CIE-Lab62.841462.8052-39.3166

#e268df color RGB value is (226,104,223).

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

The process color (four color CMYK) of #e268df color hex is 0.00, 0.54, 0.01, 0.11. Web safe color of #e268df is #cc66cc. Color #e268df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01101000 11011111
Octal 342 150 337
Decimal 226 104 223
Hex E2 68 DF

RGB Percentages of Color #e268df

%40.87
%18.81
%40.33

CMYK Percentages of Color #e268df

%0
%54
%1
%11

Triadic Colors of #e268df

#e268df #dfe268 #68dfe2

Analogous Colors of #e268df

#e268df #e268a2 #a868e2

Monochromatic Colors of #e268df

#e268df

Complementary Color

#e268df #68e26b

#e268df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e268df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e268df Color CSS Codes

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

#e268df Text Font Color

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

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


#e268df Background Color

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

This div background color is #e268df


#e268df Border Color

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

This div border color is #e268df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,104,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 #e268df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e268df


Comments

No comments written yet.

Please login to write comment.