Color Hex Logo

#ef617d Color Hex

#EF617D
(239,97,125)
0 Favorites   0 Comments

Color spaces of #ef617d

RGB 23997125
HSL0.970.820.66
HSV348°59°94°
CMYK 0.000.590.48   0.06
XYZ43.573028.380822.5835
Yxy28.38080.46090.3002
Hunter Lab53.273652.768012.1576
CIE-Lab60.231256.951513.0453

#ef617d color RGB value is (239,97,125).

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

The process color (four color CMYK) of #ef617d color hex is 0.00, 0.59, 0.48, 0.06. Web safe color of #ef617d is #ff6666. Color #ef617d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100001 01111101
Octal 357 141 175
Decimal 239 97 125
Hex EF 61 7D

RGB Percentages of Color #ef617d

%51.84
%21.04
%27.11

CMYK Percentages of Color #ef617d

%0
%59
%48
%6

Triadic Colors of #ef617d

#ef617d #7def61 #617def

Analogous Colors of #ef617d

#ef617d #ef8c61 #ef61c4

Monochromatic Colors of #ef617d

#ef617d

Complementary Color

#ef617d #61efd3

#ef617d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef617d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef617d Color CSS Codes

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

#ef617d Text Font Color

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

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


#ef617d Background Color

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

This div background color is #ef617d


#ef617d Border Color

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

This div border color is #ef617d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef617d


Comments

No comments written yet.

Please login to write comment.