Color Hex Logo

#ef02ee Color Hex

#EF02EE
(239,2,238)
0 Favorites   0 Comments

Color spaces of #ef02ee

RGB 2392238
HSL0.830.980.47
HSV300°99°94°
CMYK 0.000.990.00   0.06
XYZ51.050924.567282.9402
Yxy24.56720.32200.1549
Hunter Lab49.565397.1108-64.5173
CIE-Lab56.651393.2835-57.3942

#ef02ee color RGB value is (239,2,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000010 11101110
Octal 357 2 356
Decimal 239 2 238
Hex EF 2 EE

RGB Percentages of Color #ef02ee

%49.90
%0.42
%49.69

CMYK Percentages of Color #ef02ee

%0
%99
%0
%6

Triadic Colors of #ef02ee

#ef02ee #eeef02 #02eeef

Analogous Colors of #ef02ee

#ef02ee #ef0278 #7a02ef

Monochromatic Colors of #ef02ee

#ef02ee

Complementary Color

#ef02ee #02ef03

#ef02ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef02ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef02ee Color CSS Codes

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

#ef02ee Text Font Color

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

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


#ef02ee Background Color

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

This div background color is #ef02ee


#ef02ee Border Color

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

This div border color is #ef02ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef02ee


Comments

No comments written yet.

Please login to write comment.