Color Hex Logo

#ec8fcc Color Hex

#EC8FCC
(236,143,204)
0 Favorites   0 Comments

Color spaces of #ec8fcc

RGB 236143204
HSL0.890.710.74
HSV321°39°93°
CMYK 0.000.390.14   0.07
XYZ55.313641.837462.2868
Yxy41.83740.34690.2624
Hunter Lab64.681839.4536-11.8173
CIE-Lab70.758743.4871-16.4418

#ec8fcc color RGB value is (236,143,204).

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

The process color (four color CMYK) of #ec8fcc color hex is 0.00, 0.39, 0.14, 0.07. Web safe color of #ec8fcc is #ff99cc. Color #ec8fcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001111 11001100
Octal 354 217 314
Decimal 236 143 204
Hex EC 8F CC

RGB Percentages of Color #ec8fcc

%40.48
%24.53
%34.99

CMYK Percentages of Color #ec8fcc

%0
%39
%14
%7

Triadic Colors of #ec8fcc

#ec8fcc #ccec8f #8fccec

Analogous Colors of #ec8fcc

#ec8fcc #ec8f9e #de8fec

Monochromatic Colors of #ec8fcc

#ec8fcc

Complementary Color

#ec8fcc #8fecaf

#ec8fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8fcc Color CSS Codes

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

#ec8fcc Text Font Color

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

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


#ec8fcc Background Color

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

This div background color is #ec8fcc


#ec8fcc Border Color

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

This div border color is #ec8fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8fcc


Comments

No comments written yet.

Please login to write comment.