Color Hex Logo

#ef269a Color Hex

#EF269A
(239,38,154)
0 Favorites   0 Comments

Color spaces of #ef269a

RGB 23938154
HSL0.900.860.54
HSV325°84°94°
CMYK 0.000.840.36   0.06
XYZ42.122522.070032.6117
Yxy22.07000.43510.2280
Hunter Lab46.978777.8356-8.2728
CIE-Lab54.101279.0476-12.9497

#ef269a color RGB value is (239,38,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100110 10011010
Octal 357 46 232
Decimal 239 38 154
Hex EF 26 9A

RGB Percentages of Color #ef269a

%55.45
%8.82
%35.73

CMYK Percentages of Color #ef269a

%0
%84
%36
%6

Triadic Colors of #ef269a

#ef269a #9aef26 #269aef

Analogous Colors of #ef269a

#ef269a #ef2635 #e026ef

Monochromatic Colors of #ef269a

#ef269a

Complementary Color

#ef269a #26ef7b

#ef269a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef269a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef269a Color CSS Codes

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

#ef269a Text Font Color

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

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


#ef269a Background Color

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

This div background color is #ef269a


#ef269a Border Color

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

This div border color is #ef269a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef269a


Comments

No comments written yet.

Please login to write comment.