Color Hex Logo

#ec1fdc Color Hex

#EC1FDC
(236,31,220)
0 Favorites   0 Comments

Color spaces of #ec1fdc

RGB 23631220
HSL0.850.840.52
HSV305°87°93°
CMYK 0.000.870.07   0.07
XYZ48.000323.980169.8089
Yxy23.98010.33850.1691
Hunter Lab48.969589.2706-50.2428
CIE-Lab56.067987.5357-48.2018

#ec1fdc color RGB value is (236,31,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00011111 11011100
Octal 354 37 334
Decimal 236 31 220
Hex EC 1F DC

RGB Percentages of Color #ec1fdc

%48.46
%6.37
%45.17

CMYK Percentages of Color #ec1fdc

%0
%87
%7
%7

Triadic Colors of #ec1fdc

#ec1fdc #dcec1f #1fdcec

Analogous Colors of #ec1fdc

#ec1fdc #ec1f76 #961fec

Monochromatic Colors of #ec1fdc

#ec1fdc

Complementary Color

#ec1fdc #1fec2f

#ec1fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec1fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec1fdc Color CSS Codes

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

#ec1fdc Text Font Color

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

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


#ec1fdc Background Color

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

This div background color is #ec1fdc


#ec1fdc Border Color

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

This div border color is #ec1fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec1fdc


Comments

No comments written yet.

Please login to write comment.