Color Hex Logo

#ef629f Color Hex

#EF629F
(239,98,159)
0 Favorites   0 Comments

Color spaces of #ef629f

RGB 23998159
HSL0.930.820.66
HSV334°59°94°
CMYK 0.000.590.33   0.06
XYZ46.222329.589336.0760
Yxy29.58930.41310.2645
Hunter Lab54.396056.4849-1.2445
CIE-Lab61.298260.0127-5.1208

#ef629f color RGB value is (239,98,159).

#ef629f hex color red value is 239, green value is 98 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ef629f hue: 0.93 , saturation: 0.82 and the lightness value of ef629f is 0.66.

The process color (four color CMYK) of #ef629f color hex is 0.00, 0.59, 0.33, 0.06. Web safe color of #ef629f is #ff6699. Color #ef629f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100010 10011111
Octal 357 142 237
Decimal 239 98 159
Hex EF 62 9F

RGB Percentages of Color #ef629f

%48.19
%19.76
%32.06

CMYK Percentages of Color #ef629f

%0
%59
%33
%6

Triadic Colors of #ef629f

#ef629f #9fef62 #629fef

Analogous Colors of #ef629f

#ef629f #ef6c62 #ef62e6

Monochromatic Colors of #ef629f

#ef629f

Complementary Color

#ef629f #62efb2

#ef629f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef629f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef629f Color CSS Codes

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

#ef629f Text Font Color

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

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


#ef629f Background Color

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

This div background color is #ef629f


#ef629f Border Color

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

This div border color is #ef629f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef629f


Comments

No comments written yet.

Please login to write comment.