Color Hex Logo

#ecafe7 Color Hex

#ECAFE7
(236,175,231)
0 Favorites   0 Comments

Color spaces of #ecafe7

RGB 236175231
HSL0.850.620.81
HSV305°26°93°
CMYK 0.000.260.02   0.07
XYZ64.345854.262382.6836
Yxy54.26230.31970.2696
Hunter Lab73.662927.0125-14.9865
CIE-Lab78.614431.2123-19.3381

#ecafe7 color RGB value is (236,175,231).

#ecafe7 hex color red value is 236, green value is 175 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #ecafe7 hue: 0.85 , saturation: 0.62 and the lightness value of ecafe7 is 0.81.

The process color (four color CMYK) of #ecafe7 color hex is 0.00, 0.26, 0.02, 0.07. Web safe color of #ecafe7 is #ff99ff. Color #ecafe7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101111 11100111
Octal 354 257 347
Decimal 236 175 231
Hex EC AF E7

RGB Percentages of Color #ecafe7

%36.76
%27.26
%35.98

CMYK Percentages of Color #ecafe7

%0
%26
%2
%7

Triadic Colors of #ecafe7

#ecafe7 #e7ecaf #afe7ec

Analogous Colors of #ecafe7

#ecafe7 #ecafc9 #d3afec

Monochromatic Colors of #ecafe7

#ecafe7

Complementary Color

#ecafe7 #afecb4

#ecafe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecafe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecafe7 Color CSS Codes

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

#ecafe7 Text Font Color

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

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


#ecafe7 Background Color

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

This div background color is #ecafe7


#ecafe7 Border Color

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

This div border color is #ecafe7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(236,175,231, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ecafe7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ecafe7;
  -webkit-box-shadow: 1px 1px 3px 2px #ecafe7;
  box-shadow:         1px 1px 3px 2px #ecafe7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,175,231, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecafe7


Comments

No comments written yet.

Please login to write comment.