Color Hex Logo

#ef6770 Color Hex

#EF6770
(239,103,112)
0 Favorites   0 Comments

Color spaces of #ef6770

RGB 239103112
HSL0.990.810.67
HSV356°57°94°
CMYK 0.000.570.53   0.06
XYZ43.371529.221118.6835
Yxy29.22110.47520.3201
Hunter Lab54.056548.618017.3472
CIE-Lab60.976353.144821.5797

#ef6770 color RGB value is (239,103,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100111 01110000
Octal 357 147 160
Decimal 239 103 112
Hex EF 67 70

RGB Percentages of Color #ef6770

%52.64
%22.69
%24.67

CMYK Percentages of Color #ef6770

%0
%57
%53
%6

Triadic Colors of #ef6770

#ef6770 #70ef67 #6770ef

Analogous Colors of #ef6770

#ef6770 #efa267 #ef67b4

Monochromatic Colors of #ef6770

#ef6770

Complementary Color

#ef6770 #67efe6

#ef6770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef6770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef6770 Color CSS Codes

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

#ef6770 Text Font Color

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

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


#ef6770 Background Color

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

This div background color is #ef6770


#ef6770 Border Color

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

This div border color is #ef6770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef6770


Comments

No comments written yet.

Please login to write comment.