Color Hex Logo

#ef236e Color Hex

#EF236E
(239,35,110)
0 Favorites   0 Comments

Color spaces of #ef236e

RGB 23935110
HSL0.940.860.54
HSV338°85°94°
CMYK 0.000.850.54   0.06
XYZ39.012120.678616.6870
Yxy20.67860.51080.2707
Hunter Lab45.473773.556910.0746
CIE-Lab52.595975.911911.2395

#ef236e color RGB value is (239,35,110).

#ef236e hex color red value is 239, green value is 35 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ef236e hue: 0.94 , saturation: 0.86 and the lightness value of ef236e is 0.54.

The process color (four color CMYK) of #ef236e color hex is 0.00, 0.85, 0.54, 0.06. Web safe color of #ef236e is #ff3366. Color #ef236e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100011 01101110
Octal 357 43 156
Decimal 239 35 110
Hex EF 23 6E

RGB Percentages of Color #ef236e

%62.24
%9.11
%28.65

CMYK Percentages of Color #ef236e

%0
%85
%54
%6

Triadic Colors of #ef236e

#ef236e #6eef23 #236eef

Analogous Colors of #ef236e

#ef236e #ef3e23 #ef23d4

Monochromatic Colors of #ef236e

#ef236e

Complementary Color

#ef236e #23efa4

#ef236e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef236e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef236e Color CSS Codes

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

#ef236e Text Font Color

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

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


#ef236e Background Color

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

This div background color is #ef236e


#ef236e Border Color

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

This div border color is #ef236e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef236e


Comments

No comments written yet.

Please login to write comment.