Color Hex Logo

#ef68ec Color Hex

#EF68EC
(239,104,236)
0 Favorites   0 Comments

Color spaces of #ef68ec

RGB 239104236
HSL0.840.810.67
HSV301°56°94°
CMYK 0.000.560.01   0.06
XYZ55.687234.307583.0438
Yxy34.30750.32180.1983
Hunter Lab58.572667.2047-43.0601
CIE-Lab65.205968.3591-42.7209

#ef68ec color RGB value is (239,104,236).

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

The process color (four color CMYK) of #ef68ec color hex is 0.00, 0.56, 0.01, 0.06. Web safe color of #ef68ec is #ff66ff. Color #ef68ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101000 11101100
Octal 357 150 354
Decimal 239 104 236
Hex EF 68 EC

RGB Percentages of Color #ef68ec

%41.28
%17.96
%40.76

CMYK Percentages of Color #ef68ec

%0
%56
%1
%6

Triadic Colors of #ef68ec

#ef68ec #ecef68 #68ecef

Analogous Colors of #ef68ec

#ef68ec #ef68a9 #af68ef

Monochromatic Colors of #ef68ec

#ef68ec

Complementary Color

#ef68ec #68ef6b

#ef68ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef68ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef68ec Color CSS Codes

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

#ef68ec Text Font Color

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

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


#ef68ec Background Color

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

This div background color is #ef68ec


#ef68ec Border Color

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

This div border color is #ef68ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef68ec


Comments

No comments written yet.

Please login to write comment.