Color Hex Logo

#ef649a Color Hex

#EF649A
(239,100,154)
0 Favorites   0 Comments

Color spaces of #ef649a

RGB 239100154
HSL0.940.810.66
HSV337°58°94°
CMYK 0.000.580.36   0.06
XYZ45.986529.798233.8997
Yxy29.79820.41930.2717
Hunter Lab54.587754.84581.3915
CIE-Lab61.479758.5607-1.9671

#ef649a color RGB value is (239,100,154).

#ef649a hex color red value is 239, green value is 100 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ef649a hue: 0.94 , saturation: 0.81 and the lightness value of ef649a is 0.66.

The process color (four color CMYK) of #ef649a color hex is 0.00, 0.58, 0.36, 0.06. Web safe color of #ef649a is #ff6699. Color #ef649a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100100 10011010
Octal 357 144 232
Decimal 239 100 154
Hex EF 64 9A

RGB Percentages of Color #ef649a

%48.48
%20.28
%31.24

CMYK Percentages of Color #ef649a

%0
%58
%36
%6

Triadic Colors of #ef649a

#ef649a #9aef64 #649aef

Analogous Colors of #ef649a

#ef649a #ef7464 #ef64e0

Monochromatic Colors of #ef649a

#ef649a

Complementary Color

#ef649a #64efb9

#ef649a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef649a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef649a Color CSS Codes

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

#ef649a Text Font Color

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

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


#ef649a Background Color

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

This div background color is #ef649a


#ef649a Border Color

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

This div border color is #ef649a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef649a


Comments

No comments written yet.

Please login to write comment.