Color Hex Logo

#ef077d Color Hex

#EF077D
(239,7,125)
0 Favorites   0 Comments

Color spaces of #ef077d

RGB 2397125
HSL0.920.940.48
HSV329°97°94°
CMYK 0.000.970.48   0.06
XYZ39.374319.983321.1840
Yxy19.98330.48890.2481
Hunter Lab44.702778.99383.1951
CIE-Lab51.818380.41001.0381

#ef077d color RGB value is (239,7,125).

#ef077d hex color red value is 239, green value is 7 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ef077d hue: 0.92 , saturation: 0.94 and the lightness value of ef077d is 0.48.

The process color (four color CMYK) of #ef077d color hex is 0.00, 0.97, 0.48, 0.06. Web safe color of #ef077d is #ff0066. Color #ef077d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000111 01111101
Octal 357 7 175
Decimal 239 7 125
Hex EF 7 7D

RGB Percentages of Color #ef077d

%64.42
%1.89
%33.69

CMYK Percentages of Color #ef077d

%0
%97
%48
%6

Triadic Colors of #ef077d

#ef077d #7def07 #077def

Analogous Colors of #ef077d

#ef077d #ef0709 #ed07ef

Monochromatic Colors of #ef077d

#ef077d

Complementary Color

#ef077d #07ef79

#ef077d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef077d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef077d Color CSS Codes

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

#ef077d Text Font Color

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

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


#ef077d Background Color

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

This div background color is #ef077d


#ef077d Border Color

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

This div border color is #ef077d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef077d


Comments

No comments written yet.

Please login to write comment.