Color Hex Logo

#ec70df Color Hex

#EC70DF
(236,112,223)
0 Favorites   0 Comments

Color spaces of #ec70df

RGB 236112223
HSL0.850.770.68
HSV306°53°93°
CMYK 0.000.530.06   0.07
XYZ53.705534.748973.6887
Yxy34.74890.33120.2143
Hunter Lab58.948259.4653-32.8522
CIE-Lab65.552761.8413-34.9861

#ec70df color RGB value is (236,112,223).

#ec70df hex color red value is 236, green value is 112 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ec70df hue: 0.85 , saturation: 0.77 and the lightness value of ec70df is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110000 11011111
Octal 354 160 337
Decimal 236 112 223
Hex EC 70 DF

RGB Percentages of Color #ec70df

%41.33
%19.61
%39.05

CMYK Percentages of Color #ec70df

%0
%53
%6
%7

Triadic Colors of #ec70df

#ec70df #dfec70 #70dfec

Analogous Colors of #ec70df

#ec70df #ec70a1 #bb70ec

Monochromatic Colors of #ec70df

#ec70df

Complementary Color

#ec70df #70ec7d

#ec70df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec70df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec70df Color CSS Codes

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

#ec70df Text Font Color

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

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


#ec70df Background Color

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

This div background color is #ec70df


#ec70df Border Color

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

This div border color is #ec70df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec70df


Comments

No comments written yet.

Please login to write comment.