Color Hex Logo

#ef827d Color Hex

#EF827D
(239,130,125)
0 Favorites   0 Comments

Color spaces of #ef827d

RGB 239130125
HSL0.010.780.71
HSV48°94°
CMYK 0.000.460.48   0.06
XYZ47.280935.796723.8195
Yxy35.79670.44230.3349
Hunter Lab59.830336.356418.2769
CIE-Lab66.364341.155321.4980

#ef827d color RGB value is (239,130,125).

#ef827d hex color red value is 239, green value is 130 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ef827d hue: 0.01 , saturation: 0.78 and the lightness value of ef827d is 0.71.

The process color (four color CMYK) of #ef827d color hex is 0.00, 0.46, 0.48, 0.06. Web safe color of #ef827d is #ff9966. Color #ef827d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000010 01111101
Octal 357 202 175
Decimal 239 130 125
Hex EF 82 7D

RGB Percentages of Color #ef827d

%48.38
%26.32
%25.30

CMYK Percentages of Color #ef827d

%0
%46
%48
%6

Triadic Colors of #ef827d

#ef827d #7def82 #827def

Analogous Colors of #ef827d

#ef827d #efbb7d #ef7db1

Monochromatic Colors of #ef827d

#ef827d

Complementary Color

#ef827d #7deaef

#ef827d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef827d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef827d Color CSS Codes

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

#ef827d Text Font Color

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

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


#ef827d Background Color

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

This div background color is #ef827d


#ef827d Border Color

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

This div border color is #ef827d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef827d


Comments

No comments written yet.

Please login to write comment.