Color Hex Logo

#e69cde Color Hex

#E69CDE
(230,156,222)
0 Favorites   0 Comments

Color spaces of #e69cde

RGB 230156222
HSL0.850.600.76
HSV306°32°90°
CMYK 0.000.320.03   0.10
XYZ57.706445.873974.9203
Yxy45.87390.32330.2570
Hunter Lab67.730333.5546-18.1728
CIE-Lab73.463637.7624-22.3195

#e69cde color RGB value is (230,156,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011100 11011110
Octal 346 234 336
Decimal 230 156 222
Hex E6 9C DE

RGB Percentages of Color #e69cde

%37.83
%25.66
%36.51

CMYK Percentages of Color #e69cde

%0
%32
%3
%10

Triadic Colors of #e69cde

#e69cde #dee69c #9cdee6

Analogous Colors of #e69cde

#e69cde #e69cb9 #c99ce6

Monochromatic Colors of #e69cde

#e69cde

Complementary Color

#e69cde #9ce6a4

#e69cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69cde Color CSS Codes

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

#e69cde Text Font Color

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

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


#e69cde Background Color

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

This div background color is #e69cde


#e69cde Border Color

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

This div border color is #e69cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69cde


Comments

No comments written yet.

Please login to write comment.