Color Hex Logo

#e698de Color Hex

#E698DE
(230,152,222)
0 Favorites   0 Comments

Color spaces of #e698de

RGB 230152222
HSL0.850.610.75
HSV306°34°90°
CMYK 0.000.340.03   0.10
XYZ57.046244.553474.7002
Yxy44.55340.32360.2527
Hunter Lab66.748335.7447-19.6295
CIE-Lab72.596839.8777-23.6408

#e698de color RGB value is (230,152,222).

#e698de hex color red value is 230, green value is 152 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e698de hue: 0.85 , saturation: 0.61 and the lightness value of e698de is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011000 11011110
Octal 346 230 336
Decimal 230 152 222
Hex E6 98 DE

RGB Percentages of Color #e698de

%38.08
%25.17
%36.75

CMYK Percentages of Color #e698de

%0
%34
%3
%10

Triadic Colors of #e698de

#e698de #dee698 #98dee6

Analogous Colors of #e698de

#e698de #e698b7 #c798e6

Monochromatic Colors of #e698de

#e698de

Complementary Color

#e698de #98e6a0

#e698de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e698de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e698de Color CSS Codes

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

#e698de Text Font Color

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

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


#e698de Background Color

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

This div background color is #e698de


#e698de Border Color

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

This div border color is #e698de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,152,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e698de


Comments

No comments written yet.

Please login to write comment.