Color Hex Logo

#ef40ce Color Hex

#EF40CE
(239,64,206)
0 Favorites   0 Comments

Color spaces of #ef40ce

RGB 23964206
HSL0.860.850.59
HSV311°73°94°
CMYK 0.000.730.14   0.06
XYZ48.570626.473760.9425
Yxy26.47370.35720.1947
Hunter Lab51.452678.4597-34.2086
CIE-Lab58.484078.6921-36.4019

#ef40ce color RGB value is (239,64,206).

#ef40ce hex color red value is 239, green value is 64 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ef40ce hue: 0.86 , saturation: 0.85 and the lightness value of ef40ce is 0.59.

The process color (four color CMYK) of #ef40ce color hex is 0.00, 0.73, 0.14, 0.06. Web safe color of #ef40ce is #ff33cc. Color #ef40ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000000 11001110
Octal 357 100 316
Decimal 239 64 206
Hex EF 40 CE

RGB Percentages of Color #ef40ce

%46.95
%12.57
%40.47

CMYK Percentages of Color #ef40ce

%0
%73
%14
%6

Triadic Colors of #ef40ce

#ef40ce #ceef40 #40ceef

Analogous Colors of #ef40ce

#ef40ce #ef4077 #b940ef

Monochromatic Colors of #ef40ce

#ef40ce

Complementary Color

#ef40ce #40ef61

#ef40ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef40ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef40ce Color CSS Codes

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

#ef40ce Text Font Color

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

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


#ef40ce Background Color

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

This div background color is #ef40ce


#ef40ce Border Color

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

This div border color is #ef40ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef40ce


Comments

No comments written yet.

Please login to write comment.