Color Hex Logo

#ec1edf Color Hex

#EC1EDF
(236,30,223)
0 Favorites   0 Comments

Color spaces of #ec1edf

RGB 23630223
HSL0.840.840.52
HSV304°87°93°
CMYK 0.000.870.06   0.07
XYZ48.375624.089171.9120
Yxy24.08910.33510.1668
Hunter Lab49.080690.0447-52.5141
CIE-Lab56.176988.1008-49.7286

#ec1edf color RGB value is (236,30,223).

#ec1edf hex color red value is 236, green value is 30 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ec1edf hue: 0.84 , saturation: 0.84 and the lightness value of ec1edf is 0.52.

The process color (four color CMYK) of #ec1edf color hex is 0.00, 0.87, 0.06, 0.07. Web safe color of #ec1edf is #ff33cc. Color #ec1edf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00011110 11011111
Octal 354 36 337
Decimal 236 30 223
Hex EC 1E DF

RGB Percentages of Color #ec1edf

%48.26
%6.13
%45.60

CMYK Percentages of Color #ec1edf

%0
%87
%6
%7

Triadic Colors of #ec1edf

#ec1edf #dfec1e #1edfec

Analogous Colors of #ec1edf

#ec1edf #ec1e78 #921eec

Monochromatic Colors of #ec1edf

#ec1edf

Complementary Color

#ec1edf #1eec2b

#ec1edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec1edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec1edf Color CSS Codes

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

#ec1edf Text Font Color

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

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


#ec1edf Background Color

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

This div background color is #ec1edf


#ec1edf Border Color

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

This div border color is #ec1edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec1edf


Comments

No comments written yet.

Please login to write comment.