Color Hex Logo

#ec54df Color Hex

#EC54DF
(236,84,223)
0 Favorites   0 Comments

Color spaces of #ec54df

RGB 23684223
HSL0.850.800.63
HSV305°64°93°
CMYK 0.000.640.06   0.07
XYZ51.081729.501272.8140
Yxy29.50120.33300.1923
Hunter Lab54.315072.8228-41.4629
CIE-Lab61.221473.6662-41.7563

#ec54df color RGB value is (236,84,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010100 11011111
Octal 354 124 337
Decimal 236 84 223
Hex EC 54 DF

RGB Percentages of Color #ec54df

%43.46
%15.47
%41.07

CMYK Percentages of Color #ec54df

%0
%64
%6
%7

Triadic Colors of #ec54df

#ec54df #dfec54 #54dfec

Analogous Colors of #ec54df

#ec54df #ec5493 #ad54ec

Monochromatic Colors of #ec54df

#ec54df

Complementary Color

#ec54df #54ec61

#ec54df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec54df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec54df Color CSS Codes

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

#ec54df Text Font Color

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

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


#ec54df Background Color

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

This div background color is #ec54df


#ec54df Border Color

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

This div border color is #ec54df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec54df


Comments

No comments written yet.

Please login to write comment.