Color Hex Logo

#e697dc Color Hex

#E697DC
(230,151,220)
0 Favorites   0 Comments

Color spaces of #e697dc

RGB 230151220
HSL0.850.610.75
HSV308°34°90°
CMYK 0.000.340.04   0.10
XYZ56.618044.123573.2427
Yxy44.12350.32540.2536
Hunter Lab66.425535.9004-18.8770
CIE-Lab72.311040.0521-22.9790

#e697dc color RGB value is (230,151,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010111 11011100
Octal 346 227 334
Decimal 230 151 220
Hex E6 97 DC

RGB Percentages of Color #e697dc

%38.27
%25.12
%36.61

CMYK Percentages of Color #e697dc

%0
%34
%4
%10

Triadic Colors of #e697dc

#e697dc #dce697 #97dce6

Analogous Colors of #e697dc

#e697dc #e697b5 #c997e6

Monochromatic Colors of #e697dc

#e697dc

Complementary Color

#e697dc #97e6a1

#e697dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e697dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e697dc Color CSS Codes

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

#e697dc Text Font Color

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

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


#e697dc Background Color

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

This div background color is #e697dc


#e697dc Border Color

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

This div border color is #e697dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e697dc


Comments

No comments written yet.

Please login to write comment.