Color Hex Logo

#e69ecf Color Hex

#E69ECF
(230,158,207)
0 Favorites   0 Comments

Color spaces of #e69ecf

RGB 230158207
HSL0.890.590.76
HSV319°31°90°
CMYK 0.000.310.10   0.10
XYZ56.122545.781764.9103
Yxy45.78170.33640.2744
Hunter Lab67.662229.6483-9.5151
CIE-Lab73.403734.1113-14.1805

#e69ecf color RGB value is (230,158,207).

#e69ecf hex color red value is 230, green value is 158 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e69ecf hue: 0.89 , saturation: 0.59 and the lightness value of e69ecf is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011110 11001111
Octal 346 236 317
Decimal 230 158 207
Hex E6 9E CF

RGB Percentages of Color #e69ecf

%38.66
%26.55
%34.79

CMYK Percentages of Color #e69ecf

%0
%31
%10
%10

Triadic Colors of #e69ecf

#e69ecf #cfe69e #9ecfe6

Analogous Colors of #e69ecf

#e69ecf #e69eab #d99ee6

Monochromatic Colors of #e69ecf

#e69ecf

Complementary Color

#e69ecf #9ee6b5

#e69ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69ecf Color CSS Codes

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

#e69ecf Text Font Color

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

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


#e69ecf Background Color

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

This div background color is #e69ecf


#e69ecf Border Color

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

This div border color is #e69ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69ecf


Comments

No comments written yet.

Please login to write comment.