Color Hex Logo

#ef6772 Color Hex

#EF6772
(239,103,114)
0 Favorites   0 Comments

Color spaces of #ef6772

RGB 239103114
HSL0.990.810.67
HSV355°57°94°
CMYK 0.000.570.52   0.06
XYZ43.484129.266119.2766
Yxy29.26610.47250.3180
Hunter Lab54.098248.806616.7421
CIE-Lab61.015853.307420.4840

#ef6772 color RGB value is (239,103,114).

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

The process color (four color CMYK) of #ef6772 color hex is 0.00, 0.57, 0.52, 0.06. Web safe color of #ef6772 is #ff6666. Color #ef6772 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100111 01110010
Octal 357 147 162
Decimal 239 103 114
Hex EF 67 72

RGB Percentages of Color #ef6772

%52.41
%22.59
%25.00

CMYK Percentages of Color #ef6772

%0
%57
%52
%6

Triadic Colors of #ef6772

#ef6772 #72ef67 #6772ef

Analogous Colors of #ef6772

#ef6772 #efa067 #ef67b6

Monochromatic Colors of #ef6772

#ef6772

Complementary Color

#ef6772 #67efe4

#ef6772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef6772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef6772 Color CSS Codes

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

#ef6772 Text Font Color

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

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


#ef6772 Background Color

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

This div background color is #ef6772


#ef6772 Border Color

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

This div border color is #ef6772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef6772


Comments

No comments written yet.

Please login to write comment.