Color Hex Logo

#ef829f Color Hex

#EF829F
(239,130,159)
0 Favorites   0 Comments

Color spaces of #ef829f

RGB 239130159
HSL0.960.770.72
HSV344°46°94°
CMYK 0.000.460.33   0.06
XYZ49.837236.819237.2810
Yxy36.81920.40210.2971
Hunter Lab60.678840.41906.0475
CIE-Lab67.141244.82173.4292

#ef829f color RGB value is (239,130,159).

#ef829f hex color red value is 239, green value is 130 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ef829f hue: 0.96 , saturation: 0.77 and the lightness value of ef829f is 0.72.

The process color (four color CMYK) of #ef829f color hex is 0.00, 0.46, 0.33, 0.06. Web safe color of #ef829f is #ff9999. Color #ef829f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000010 10011111
Octal 357 202 237
Decimal 239 130 159
Hex EF 82 9F

RGB Percentages of Color #ef829f

%45.27
%24.62
%30.11

CMYK Percentages of Color #ef829f

%0
%46
%33
%6

Triadic Colors of #ef829f

#ef829f #9fef82 #829fef

Analogous Colors of #ef829f

#ef829f #ef9c82 #ef82d6

Monochromatic Colors of #ef829f

#ef829f

Complementary Color

#ef829f #82efd2

#ef829f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef829f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef829f Color CSS Codes

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

#ef829f Text Font Color

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

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


#ef829f Background Color

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

This div background color is #ef829f


#ef829f Border Color

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

This div border color is #ef829f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef829f


Comments

No comments written yet.

Please login to write comment.