Color Hex Logo

#ef656d Color Hex

#EF656D
(239,101,109)
0 Favorites   0 Comments

Color spaces of #ef656d

RGB 239101109
HSL0.990.810.67
HSV357°58°94°
CMYK 0.000.580.54   0.06
XYZ43.010628.762217.7528
Yxy28.76220.48040.3213
Hunter Lab53.630449.300517.9150
CIE-Lab60.571253.820222.7582

#ef656d color RGB value is (239,101,109).

#ef656d hex color red value is 239, green value is 101 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ef656d hue: 0.99 , saturation: 0.81 and the lightness value of ef656d is 0.67.

The process color (four color CMYK) of #ef656d color hex is 0.00, 0.58, 0.54, 0.06. Web safe color of #ef656d is #ff6666. Color #ef656d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100101 01101101
Octal 357 145 155
Decimal 239 101 109
Hex EF 65 6D

RGB Percentages of Color #ef656d

%53.23
%22.49
%24.28

CMYK Percentages of Color #ef656d

%0
%58
%54
%6

Triadic Colors of #ef656d

#ef656d #6def65 #656def

Analogous Colors of #ef656d

#ef656d #efa265 #ef65b2

Monochromatic Colors of #ef656d

#ef656d

Complementary Color

#ef656d #65efe7

#ef656d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef656d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef656d Color CSS Codes

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

#ef656d Text Font Color

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

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


#ef656d Background Color

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

This div background color is #ef656d


#ef656d Border Color

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

This div border color is #ef656d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef656d


Comments

No comments written yet.

Please login to write comment.