Color Hex Logo

#e693df Color Hex

#E693DF
(230,147,223)
0 Favorites   0 Comments

Color spaces of #e693df

RGB 230147223
HSL0.850.620.74
HSV305°36°90°
CMYK 0.000.360.03   0.10
XYZ56.386143.018175.1435
Yxy43.01810.32300.2465
Hunter Lab65.588238.6770-22.0160
CIE-Lab71.567342.6825-25.7643

#e693df color RGB value is (230,147,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010011 11011111
Octal 346 223 337
Decimal 230 147 223
Hex E6 93 DF

RGB Percentages of Color #e693df

%38.33
%24.50
%37.17

CMYK Percentages of Color #e693df

%0
%36
%3
%10

Triadic Colors of #e693df

#e693df #dfe693 #93dfe6

Analogous Colors of #e693df

#e693df #e693b6 #c493e6

Monochromatic Colors of #e693df

#e693df

Complementary Color

#e693df #93e69a

#e693df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e693df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e693df Color CSS Codes

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

#e693df Text Font Color

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

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


#e693df Background Color

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

This div background color is #e693df


#e693df Border Color

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

This div border color is #e693df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e693df


Comments

No comments written yet.

Please login to write comment.