Color Hex Logo

#e684df Color Hex

#E684DF
(230,132,223)
0 Favorites   0 Comments

Color spaces of #e684df

RGB 230132223
HSL0.850.660.71
HSV304°43°90°
CMYK 0.000.430.03   0.10
XYZ54.203738.653274.4160
Yxy38.65320.32400.2311
Hunter Lab62.171746.8228-27.4466
CIE-Lab68.499350.4147-30.4816

#e684df color RGB value is (230,132,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000100 11011111
Octal 346 204 337
Decimal 230 132 223
Hex E6 84 DF

RGB Percentages of Color #e684df

%39.32
%22.56
%38.12

CMYK Percentages of Color #e684df

%0
%43
%3
%10

Triadic Colors of #e684df

#e684df #dfe684 #84dfe6

Analogous Colors of #e684df

#e684df #e684ae #bc84e6

Monochromatic Colors of #e684df

#e684df

Complementary Color

#e684df #84e68b

#e684df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e684df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e684df Color CSS Codes

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

#e684df Text Font Color

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

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


#e684df Background Color

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

This div background color is #e684df


#e684df Border Color

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

This div border color is #e684df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e684df


Comments

No comments written yet.

Please login to write comment.