Color Hex Logo

#ecc4ef Color Hex

#ECC4EF
(236,196,239)
0 Favorites   0 Comments

Color spaces of #ecc4ef

RGB 236196239
HSL0.820.570.85
HSV296°18°94°
CMYK 0.010.180.00   0.06
XYZ69.912063.544790.2420
Yxy63.54470.31250.2841
Hunter Lab79.714917.0479-11.3193
CIE-Lab83.728221.4814-15.9201

#ecc4ef color RGB value is (236,196,239).

#ecc4ef hex color red value is 236, green value is 196 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ecc4ef hue: 0.82 , saturation: 0.57 and the lightness value of ecc4ef is 0.85.

The process color (four color CMYK) of #ecc4ef color hex is 0.01, 0.18, 0.00, 0.06. Web safe color of #ecc4ef is #ffccff. Color #ecc4ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000100 11101111
Octal 354 304 357
Decimal 236 196 239
Hex EC C4 EF

RGB Percentages of Color #ecc4ef

%35.17
%29.21
%35.62

CMYK Percentages of Color #ecc4ef

%1
%18
%0
%6

Triadic Colors of #ecc4ef

#ecc4ef #efecc4 #c4efec

Analogous Colors of #ecc4ef

#ecc4ef #efc4dd #d7c4ef

Monochromatic Colors of #ecc4ef

#ecc4ef

Complementary Color

#ecc4ef #c7efc4

#ecc4ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc4ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc4ef Color CSS Codes

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

#ecc4ef Text Font Color

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

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


#ecc4ef Background Color

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

This div background color is #ecc4ef


#ecc4ef Border Color

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

This div border color is #ecc4ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc4ef


Comments

No comments written yet.

Please login to write comment.