Color Hex Logo

#ef388a Color Hex

#EF388A
(239,56,138)
0 Favorites   0 Comments

Color spaces of #ef388a

RGB 23956138
HSL0.930.850.58
HSV333°77°94°
CMYK 0.000.770.42   0.06
XYZ41.598223.014026.2944
Yxy23.01400.45760.2532
Hunter Lab47.972970.82811.0836
CIE-Lab55.086873.2112-1.9830

#ef388a color RGB value is (239,56,138).

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

The process color (four color CMYK) of #ef388a color hex is 0.00, 0.77, 0.42, 0.06. Web safe color of #ef388a is #ff3399. Color #ef388a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00111000 10001010
Octal 357 70 212
Decimal 239 56 138
Hex EF 38 8A

RGB Percentages of Color #ef388a

%55.20
%12.93
%31.87

CMYK Percentages of Color #ef388a

%0
%77
%42
%6

Triadic Colors of #ef388a

#ef388a #8aef38 #388aef

Analogous Colors of #ef388a

#ef388a #ef4238 #ef38e6

Monochromatic Colors of #ef388a

#ef388a

Complementary Color

#ef388a #38ef9d

#ef388a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef388a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef388a Color CSS Codes

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

#ef388a Text Font Color

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

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


#ef388a Background Color

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

This div background color is #ef388a


#ef388a Border Color

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

This div border color is #ef388a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef388a


Comments

No comments written yet.

Please login to write comment.