Color Hex Logo

#ec7fdd Color Hex

#EC7FDD
(236,127,221)
0 Favorites   0 Comments

Color spaces of #ec7fdd

RGB 236127221
HSL0.860.740.71
HSV308°46°93°
CMYK 0.000.460.06   0.07
XYZ55.232638.232172.8751
Yxy38.23210.33200.2298
Hunter Lab61.832151.2420-26.5965
CIE-Lab68.191354.3493-29.7881

#ec7fdd color RGB value is (236,127,221).

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

The process color (four color CMYK) of #ec7fdd color hex is 0.00, 0.46, 0.06, 0.07. Web safe color of #ec7fdd is #ff66cc. Color #ec7fdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01111111 11011101
Octal 354 177 335
Decimal 236 127 221
Hex EC 7F DD

RGB Percentages of Color #ec7fdd

%40.41
%21.75
%37.84

CMYK Percentages of Color #ec7fdd

%0
%46
%6
%7

Triadic Colors of #ec7fdd

#ec7fdd #ddec7f #7fddec

Analogous Colors of #ec7fdd

#ec7fdd #ec7fa7 #c57fec

Monochromatic Colors of #ec7fdd

#ec7fdd

Complementary Color

#ec7fdd #7fec8e

#ec7fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec7fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec7fdd Color CSS Codes

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

#ec7fdd Text Font Color

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

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


#ec7fdd Background Color

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

This div background color is #ec7fdd


#ec7fdd Border Color

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

This div border color is #ec7fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec7fdd


Comments

No comments written yet.

Please login to write comment.