Color Hex Logo

#ef269e Color Hex

#EF269E
(239,38,158)
0 Favorites   0 Comments

Color spaces of #ef269e

RGB 23938158
HSL0.900.860.54
HSV324°84°94°
CMYK 0.000.840.34   0.06
XYZ42.461322.205634.3959
Yxy22.20560.42860.2242
Hunter Lab47.122878.3774-10.2910
CIE-Lab54.244579.4493-15.0998

#ef269e color RGB value is (239,38,158).

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

The process color (four color CMYK) of #ef269e color hex is 0.00, 0.84, 0.34, 0.06. Web safe color of #ef269e is #ff3399. Color #ef269e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100110 10011110
Octal 357 46 236
Decimal 239 38 158
Hex EF 26 9E

RGB Percentages of Color #ef269e

%54.94
%8.74
%36.32

CMYK Percentages of Color #ef269e

%0
%84
%34
%6

Triadic Colors of #ef269e

#ef269e #9eef26 #269eef

Analogous Colors of #ef269e

#ef269e #ef2639 #dc26ef

Monochromatic Colors of #ef269e

#ef269e

Complementary Color

#ef269e #26ef77

#ef269e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef269e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef269e Color CSS Codes

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

#ef269e Text Font Color

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

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


#ef269e Background Color

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

This div background color is #ef269e


#ef269e Border Color

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

This div border color is #ef269e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef269e


Comments

No comments written yet.

Please login to write comment.