Color Hex Logo

#ef828a Color Hex

#EF828A
(239,130,138)
0 Favorites   0 Comments

Color spaces of #ef828a

RGB 239130138
HSL0.990.770.72
HSV356°46°94°
CMYK 0.000.460.42   0.06
XYZ48.166736.151028.4839
Yxy36.15100.42700.3205
Hunter Lab60.125737.776414.0000
CIE-Lab66.635142.446714.5628

#ef828a color RGB value is (239,130,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000010 10001010
Octal 357 202 212
Decimal 239 130 138
Hex EF 82 8A

RGB Percentages of Color #ef828a

%47.14
%25.64
%27.22

CMYK Percentages of Color #ef828a

%0
%46
%42
%6

Triadic Colors of #ef828a

#ef828a #8aef82 #828aef

Analogous Colors of #ef828a

#ef828a #efb182 #ef82c1

Monochromatic Colors of #ef828a

#ef828a

Complementary Color

#ef828a #82efe7

#ef828a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef828a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef828a Color CSS Codes

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

#ef828a Text Font Color

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

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


#ef828a Background Color

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

This div background color is #ef828a


#ef828a Border Color

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

This div border color is #ef828a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef828a


Comments

No comments written yet.

Please login to write comment.