Color Hex Logo

#ec42fd Color Hex

#EC42FD
(236,66,253)
0 Favorites   0 Comments

Color spaces of #ec42fd

RGB 23666253
HSL0.820.980.63
HSV295°74°99°
CMYK 0.070.740.00   0.01
XYZ54.269928.821195.6312
Yxy28.82110.30370.1613
Hunter Lab53.685386.4945-68.0353
CIE-Lab60.623484.5312-59.4235

#ec42fd color RGB value is (236,66,253).

#ec42fd hex color red value is 236, green value is 66 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ec42fd hue: 0.82 , saturation: 0.98 and the lightness value of ec42fd is 0.63.

The process color (four color CMYK) of #ec42fd color hex is 0.07, 0.74, 0.00, 0.01. Web safe color of #ec42fd is #ff33ff. Color #ec42fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000010 11111101
Octal 354 102 375
Decimal 236 66 253
Hex EC 42 FD

RGB Percentages of Color #ec42fd

%42.52
%11.89
%45.59

CMYK Percentages of Color #ec42fd

%7
%74
%0
%1

Triadic Colors of #ec42fd

#ec42fd #fdec42 #42fdec

Analogous Colors of #ec42fd

#ec42fd #fd42b1 #8f42fd

Monochromatic Colors of #ec42fd

#ec42fd

Complementary Color

#ec42fd #53fd42

#ec42fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec42fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec42fd Color CSS Codes

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

#ec42fd Text Font Color

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

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


#ec42fd Background Color

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

This div background color is #ec42fd


#ec42fd Border Color

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

This div border color is #ec42fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec42fd


Comments

No comments written yet.

Please login to write comment.