Color Hex Logo

#ef68ce Color Hex

#EF68CE
(239,104,206)
0 Favorites   0 Comments

Color spaces of #ef68ce

RGB 239104206
HSL0.870.810.67
HSV315°56°94°
CMYK 0.000.560.14   0.06
XYZ51.687532.707661.9815
Yxy32.70760.35310.2234
Hunter Lab57.190661.2407-24.2234
CIE-Lab63.923463.6203-27.9549

#ef68ce color RGB value is (239,104,206).

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

The process color (four color CMYK) of #ef68ce color hex is 0.00, 0.56, 0.14, 0.06. Web safe color of #ef68ce is #ff66cc. Color #ef68ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101000 11001110
Octal 357 150 316
Decimal 239 104 206
Hex EF 68 CE

RGB Percentages of Color #ef68ce

%43.53
%18.94
%37.52

CMYK Percentages of Color #ef68ce

%0
%56
%14
%6

Triadic Colors of #ef68ce

#ef68ce #ceef68 #68ceef

Analogous Colors of #ef68ce

#ef68ce #ef688b #cd68ef

Monochromatic Colors of #ef68ce

#ef68ce

Complementary Color

#ef68ce #68ef89

#ef68ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef68ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef68ce Color CSS Codes

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

#ef68ce Text Font Color

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

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


#ef68ce Background Color

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

This div background color is #ef68ce


#ef68ce Border Color

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

This div border color is #ef68ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef68ce


Comments

No comments written yet.

Please login to write comment.