Color Hex Logo

#ec42f2 Color Hex

#EC42F2
(236,66,242)
0 Favorites   0 Comments

Color spaces of #ec42f2

RGB 23666242
HSL0.830.870.60
HSV298°73°95°
CMYK 0.020.730.00   0.05
XYZ52.567328.140186.6654
Yxy28.14010.31410.1681
Hunter Lab53.047284.0524-59.7314
CIE-Lab60.015182.7693-54.2892

#ec42f2 color RGB value is (236,66,242).

#ec42f2 hex color red value is 236, green value is 66 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #ec42f2 hue: 0.83 , saturation: 0.87 and the lightness value of ec42f2 is 0.60.

The process color (four color CMYK) of #ec42f2 color hex is 0.02, 0.73, 0.00, 0.05. Web safe color of #ec42f2 is #ff33ff. Color #ec42f2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000010 11110010
Octal 354 102 362
Decimal 236 66 242
Hex EC 42 F2

RGB Percentages of Color #ec42f2

%43.38
%12.13
%44.49

CMYK Percentages of Color #ec42f2

%2
%73
%0
%5

Triadic Colors of #ec42f2

#ec42f2 #f2ec42 #42f2ec

Analogous Colors of #ec42f2

#ec42f2 #f242a0 #9442f2

Monochromatic Colors of #ec42f2

#ec42f2

Complementary Color

#ec42f2 #48f242

#ec42f2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec42f2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec42f2 Color CSS Codes

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

#ec42f2 Text Font Color

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

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


#ec42f2 Background Color

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

This div background color is #ec42f2


#ec42f2 Border Color

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

This div border color is #ec42f2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec42f2


Comments

No comments written yet.

Please login to write comment.