Color Hex Logo

#ec5dfc Color Hex

#EC5DFC
(236,93,252)
0 Favorites   0 Comments

Color spaces of #ec5dfc

RGB 23693252
HSL0.820.960.68
HSV294°63°99°
CMYK 0.060.630.00   0.01
XYZ56.077132.689895.4496
Yxy32.68980.30440.1775
Hunter Lab57.175075.0161-58.9580
CIE-Lab63.908974.9236-53.6374

#ec5dfc color RGB value is (236,93,252).

#ec5dfc hex color red value is 236, green value is 93 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ec5dfc hue: 0.82 , saturation: 0.96 and the lightness value of ec5dfc is 0.68.

The process color (four color CMYK) of #ec5dfc color hex is 0.06, 0.63, 0.00, 0.01. Web safe color of #ec5dfc is #ff66ff. Color #ec5dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01011101 11111100
Octal 354 135 374
Decimal 236 93 252
Hex EC 5D FC

RGB Percentages of Color #ec5dfc

%40.62
%16.01
%43.37

CMYK Percentages of Color #ec5dfc

%6
%63
%0
%1

Triadic Colors of #ec5dfc

#ec5dfc #fcec5d #5dfcec

Analogous Colors of #ec5dfc

#ec5dfc #fc5dbd #9d5dfc

Monochromatic Colors of #ec5dfc

#ec5dfc

Complementary Color

#ec5dfc #6dfc5d

#ec5dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec5dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec5dfc Color CSS Codes

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

#ec5dfc Text Font Color

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

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


#ec5dfc Background Color

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

This div background color is #ec5dfc


#ec5dfc Border Color

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

This div border color is #ec5dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec5dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.