Color Hex Logo

#ef825d Color Hex

#EF825D
(239,130,93)
0 Favorites   0 Comments

Color spaces of #ef825d

RGB 23913093
HSL0.040.820.65
HSV15°61°94°
CMYK 0.000.460.61   0.06
XYZ45.555035.106314.7311
Yxy35.10630.47760.3680
Hunter Lab59.250633.551826.7345
CIE-Lab65.831338.572138.4158

#ef825d color RGB value is (239,130,93).

#ef825d hex color red value is 239, green value is 130 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ef825d hue: 0.04 , saturation: 0.82 and the lightness value of ef825d is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000010 01011101
Octal 357 202 135
Decimal 239 130 93
Hex EF 82 5D

RGB Percentages of Color #ef825d

%51.73
%28.14
%20.13

CMYK Percentages of Color #ef825d

%0
%46
%61
%6

Triadic Colors of #ef825d

#ef825d #5def82 #825def

Analogous Colors of #ef825d

#ef825d #efcb5d #ef5d81

Monochromatic Colors of #ef825d

#ef825d

Complementary Color

#ef825d #5dcaef

#ef825d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef825d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef825d Color CSS Codes

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

#ef825d Text Font Color

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

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


#ef825d Background Color

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

This div background color is #ef825d


#ef825d Border Color

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

This div border color is #ef825d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef825d


Comments

No comments written yet.

Please login to write comment.