Color Hex Logo

#ec6edf Color Hex

#EC6EDF
(236,110,223)
0 Favorites   0 Comments

Color spaces of #ec6edf

RGB 236110223
HSL0.850.770.68
HSV306°53°93°
CMYK 0.000.530.06   0.07
XYZ53.487334.312473.6159
Yxy34.31240.33140.2126
Hunter Lab58.576860.4815-33.5085
CIE-Lab65.209862.7588-35.5195

#ec6edf color RGB value is (236,110,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01101110 11011111
Octal 354 156 337
Decimal 236 110 223
Hex EC 6E DF

RGB Percentages of Color #ec6edf

%41.48
%19.33
%39.19

CMYK Percentages of Color #ec6edf

%0
%53
%6
%7

Triadic Colors of #ec6edf

#ec6edf #dfec6e #6edfec

Analogous Colors of #ec6edf

#ec6edf #ec6ea0 #ba6eec

Monochromatic Colors of #ec6edf

#ec6edf

Complementary Color

#ec6edf #6eec7b

#ec6edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec6edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec6edf Color CSS Codes

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

#ec6edf Text Font Color

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

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


#ec6edf Background Color

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

This div background color is #ec6edf


#ec6edf Border Color

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

This div border color is #ec6edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec6edf


Comments

No comments written yet.

Please login to write comment.