Color Hex Logo

#ec4dff Color Hex

#EC4DFF
(236,77,255)
0 Favorites   0 Comments

Color spaces of #ec4dff

RGB 23677255
HSL0.821.000.65
HSV294°70°100°
CMYK 0.070.700.00   0.00
XYZ55.295930.360697.5535
Yxy30.36060.30180.1657
Hunter Lab55.100582.7074-66.4006
CIE-Lab61.964181.3501-58.3868

#ec4dff color RGB value is (236,77,255).

#ec4dff hex color red value is 236, green value is 77 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ec4dff hue: 0.82 , saturation: 1.00 and the lightness value of ec4dff is 0.65.

The process color (four color CMYK) of #ec4dff color hex is 0.07, 0.70, 0.00, 0.00. Web safe color of #ec4dff is #ff66ff. Color #ec4dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01001101 11111111
Octal 354 115 377
Decimal 236 77 255
Hex EC 4D FF

RGB Percentages of Color #ec4dff

%41.55
%13.56
%44.89

CMYK Percentages of Color #ec4dff

%7
%70
%0
%0

Triadic Colors of #ec4dff

#ec4dff #ffec4d #4dffec

Analogous Colors of #ec4dff

#ec4dff #ff4db9 #934dff

Monochromatic Colors of #ec4dff

#ec4dff

Complementary Color

#ec4dff #60ff4d

#ec4dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec4dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec4dff Color CSS Codes

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

#ec4dff Text Font Color

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

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


#ec4dff Background Color

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

This div background color is #ec4dff


#ec4dff Border Color

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

This div border color is #ec4dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec4dff

#ec4dff Color Palettes


Comments

No comments written yet.

Please login to write comment.