Color Hex Logo

#ef42ec Color Hex

#EF42EC
(239,66,236)
0 Favorites   0 Comments

Color spaces of #ef42ec

RGB 23966236
HSL0.840.840.60
HSV301°72°94°
CMYK 0.000.720.01   0.06
XYZ52.685128.303382.0431
Yxy28.30330.32320.1736
Hunter Lab53.200883.6681-54.1928
CIE-Lab60.161882.4434-50.6807

#ef42ec color RGB value is (239,66,236).

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

The process color (four color CMYK) of #ef42ec color hex is 0.00, 0.72, 0.01, 0.06. Web safe color of #ef42ec is #ff33ff. Color #ef42ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000010 11101100
Octal 357 102 354
Decimal 239 66 236
Hex EF 42 EC

RGB Percentages of Color #ef42ec

%44.18
%12.20
%43.62

CMYK Percentages of Color #ef42ec

%0
%72
%1
%6

Triadic Colors of #ef42ec

#ef42ec #ecef42 #42ecef

Analogous Colors of #ef42ec

#ef42ec #ef4296 #9c42ef

Monochromatic Colors of #ef42ec

#ef42ec

Complementary Color

#ef42ec #42ef45

#ef42ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef42ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef42ec Color CSS Codes

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

#ef42ec Text Font Color

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

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


#ef42ec Background Color

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

This div background color is #ef42ec


#ef42ec Border Color

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

This div border color is #ef42ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef42ec


Comments

No comments written yet.

Please login to write comment.