Color Hex Logo

#e691df Color Hex

#E691DF
(230,145,223)
0 Favorites   0 Comments

Color spaces of #e691df

RGB 230145223
HSL0.850.630.74
HSV305°37°90°
CMYK 0.000.370.03   0.10
XYZ56.077842.401575.0407
Yxy42.40150.32320.2444
Hunter Lab65.116439.7691-22.7448
CIE-Lab71.146943.7275-26.4084

#e691df color RGB value is (230,145,223).

#e691df hex color red value is 230, green value is 145 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e691df hue: 0.85 , saturation: 0.63 and the lightness value of e691df is 0.74.

The process color (four color CMYK) of #e691df color hex is 0.00, 0.37, 0.03, 0.10. Web safe color of #e691df is #ff99cc. Color #e691df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010001 11011111
Octal 346 221 337
Decimal 230 145 223
Hex E6 91 DF

RGB Percentages of Color #e691df

%38.46
%24.25
%37.29

CMYK Percentages of Color #e691df

%0
%37
%3
%10

Triadic Colors of #e691df

#e691df #dfe691 #91dfe6

Analogous Colors of #e691df

#e691df #e691b5 #c391e6

Monochromatic Colors of #e691df

#e691df

Complementary Color

#e691df #91e698

#e691df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e691df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e691df Color CSS Codes

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

#e691df Text Font Color

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

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


#e691df Background Color

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

This div background color is #e691df


#e691df Border Color

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

This div border color is #e691df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e691df


Comments

No comments written yet.

Please login to write comment.