Color Hex Logo

#ef10ee Color Hex

#EF10EE
(239,16,238)
0 Favorites   0 Comments

Color spaces of #ef10ee

RGB 23916238
HSL0.830.870.50
HSV300°93°94°
CMYK 0.000.930.00   0.06
XYZ51.214524.894482.9947
Yxy24.89440.32190.1565
Hunter Lab49.894395.9081-63.6976
CIE-Lab56.972492.3331-56.8806

#ef10ee color RGB value is (239,16,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010000 11101110
Octal 357 20 356
Decimal 239 16 238
Hex EF 10 EE

RGB Percentages of Color #ef10ee

%48.48
%3.25
%48.28

CMYK Percentages of Color #ef10ee

%0
%93
%0
%6

Triadic Colors of #ef10ee

#ef10ee #eeef10 #10eeef

Analogous Colors of #ef10ee

#ef10ee #ef107f #8110ef

Monochromatic Colors of #ef10ee

#ef10ee

Complementary Color

#ef10ee #10ef11

#ef10ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef10ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef10ee Color CSS Codes

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

#ef10ee Text Font Color

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

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


#ef10ee Background Color

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

This div background color is #ef10ee


#ef10ee Border Color

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

This div border color is #ef10ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef10ee


Comments

No comments written yet.

Please login to write comment.