Color Hex Logo

#ef10ec Color Hex

#EF10EC
(239,16,236)
0 Favorites   0 Comments

Color spaces of #ef10ec

RGB 23916236
HSL0.840.870.50
HSV301°93°94°
CMYK 0.000.930.01   0.06
XYZ50.922224.777481.4555
Yxy24.77740.32400.1577
Hunter Lab49.776995.4975-62.1790
CIE-Lab56.857992.0511-55.9415

#ef10ec color RGB value is (239,16,236).

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

The process color (four color CMYK) of #ef10ec color hex is 0.00, 0.93, 0.01, 0.06. Web safe color of #ef10ec is #ff00ff. Color #ef10ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010000 11101100
Octal 357 20 354
Decimal 239 16 236
Hex EF 10 EC

RGB Percentages of Color #ef10ec

%48.68
%3.26
%48.07

CMYK Percentages of Color #ef10ec

%0
%93
%1
%6

Triadic Colors of #ef10ec

#ef10ec #ecef10 #10ecef

Analogous Colors of #ef10ec

#ef10ec #ef107d #8310ef

Monochromatic Colors of #ef10ec

#ef10ec

Complementary Color

#ef10ec #10ef13

#ef10ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef10ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef10ec Color CSS Codes

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

#ef10ec Text Font Color

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

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


#ef10ec Background Color

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

This div background color is #ef10ec


#ef10ec Border Color

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

This div border color is #ef10ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef10ec


Comments

No comments written yet.

Please login to write comment.