Color Hex Logo

#ec8ecf Color Hex

#EC8ECF
(236,142,207)
0 Favorites   0 Comments

Color spaces of #ec8ecf

RGB 236142207
HSL0.880.710.74
HSV319°40°93°
CMYK 0.000.400.12   0.07
XYZ55.527641.683964.1507
Yxy41.68390.34410.2583
Hunter Lab64.563140.5339-13.7172
CIE-Lab70.652444.4826-18.2648

#ec8ecf color RGB value is (236,142,207).

#ec8ecf hex color red value is 236, green value is 142 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ec8ecf hue: 0.88 , saturation: 0.71 and the lightness value of ec8ecf is 0.74.

The process color (four color CMYK) of #ec8ecf color hex is 0.00, 0.40, 0.12, 0.07. Web safe color of #ec8ecf is #ff99cc. Color #ec8ecf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001110 11001111
Octal 354 216 317
Decimal 236 142 207
Hex EC 8E CF

RGB Percentages of Color #ec8ecf

%40.34
%24.27
%35.38

CMYK Percentages of Color #ec8ecf

%0
%40
%12
%7

Triadic Colors of #ec8ecf

#ec8ecf #cfec8e #8ecfec

Analogous Colors of #ec8ecf

#ec8ecf #ec8ea0 #da8eec

Monochromatic Colors of #ec8ecf

#ec8ecf

Complementary Color

#ec8ecf #8eecab

#ec8ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8ecf Color CSS Codes

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

#ec8ecf Text Font Color

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

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


#ec8ecf Background Color

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

This div background color is #ec8ecf


#ec8ecf Border Color

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

This div border color is #ec8ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8ecf


Comments

No comments written yet.

Please login to write comment.