Color Hex Logo

#ef37ce Color Hex

#EF37CE
(239,55,206)
0 Favorites   0 Comments

Color spaces of #ef37ce

RGB 23955206
HSL0.860.850.58
HSV311°77°94°
CMYK 0.000.770.14   0.06
XYZ48.103425.539360.7868
Yxy25.53930.35780.1900
Hunter Lab50.536481.4676-35.9404
CIE-Lab57.597181.2288-37.7905

#ef37ce color RGB value is (239,55,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110111 11001110
Octal 357 67 316
Decimal 239 55 206
Hex EF 37 CE

RGB Percentages of Color #ef37ce

%47.80
%11.00
%41.20

CMYK Percentages of Color #ef37ce

%0
%77
%14
%6

Triadic Colors of #ef37ce

#ef37ce #ceef37 #37ceef

Analogous Colors of #ef37ce

#ef37ce #ef3772 #b437ef

Monochromatic Colors of #ef37ce

#ef37ce

Complementary Color

#ef37ce #37ef58

#ef37ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef37ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef37ce Color CSS Codes

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

#ef37ce Text Font Color

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

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


#ef37ce Background Color

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

This div background color is #ef37ce


#ef37ce Border Color

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

This div border color is #ef37ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef37ce


Comments

No comments written yet.

Please login to write comment.