Color Hex Logo

#ef70a5 Color Hex

#EF70A5
(239,112,165)
0 Favorites   0 Comments

Color spaces of #ef70a5

RGB 239112165
HSL0.930.800.69
HSV335°53°94°
CMYK 0.000.530.31   0.06
XYZ48.182332.655739.3610
Yxy32.65570.40090.2717
Hunter Lab57.145250.4993-0.8367
CIE-Lab63.881254.3603-4.7467

#ef70a5 color RGB value is (239,112,165).

#ef70a5 hex color red value is 239, green value is 112 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #ef70a5 hue: 0.93 , saturation: 0.80 and the lightness value of ef70a5 is 0.69.

The process color (four color CMYK) of #ef70a5 color hex is 0.00, 0.53, 0.31, 0.06. Web safe color of #ef70a5 is #ff6699. Color #ef70a5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110000 10100101
Octal 357 160 245
Decimal 239 112 165
Hex EF 70 A5

RGB Percentages of Color #ef70a5

%46.32
%21.71
%31.98

CMYK Percentages of Color #ef70a5

%0
%53
%31
%6

Triadic Colors of #ef70a5

#ef70a5 #a5ef70 #70a5ef

Analogous Colors of #ef70a5

#ef70a5 #ef7b70 #ef70e5

Monochromatic Colors of #ef70a5

#ef70a5

Complementary Color

#ef70a5 #70efba

#ef70a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef70a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef70a5 Color CSS Codes

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

#ef70a5 Text Font Color

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

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


#ef70a5 Background Color

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

This div background color is #ef70a5


#ef70a5 Border Color

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

This div border color is #ef70a5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef70a5


Comments

No comments written yet.

Please login to write comment.