Color Hex Logo

#ef007d Color Hex

#EF007D
(239,0,125)
0 Favorites   0 Comments

Color spaces of #ef007d

RGB 2390125
HSL0.911.000.47
HSV329°100°94°
CMYK 0.001.000.48   0.06
XYZ39.298319.831421.1586
Yxy19.83140.48950.2470
Hunter Lab44.532579.58803.0024
CIE-Lab51.646180.91260.7875

#ef007d color RGB value is (239,0,125).

#ef007d hex color red value is 239, green value is 0 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ef007d hue: 0.91 , saturation: 1.00 and the lightness value of ef007d is 0.47.

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

Base Numbers

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

RGB Percentages of Color #ef007d

%65.66
%0.00
%34.34

CMYK Percentages of Color #ef007d

%0
%100
%48
%6

Triadic Colors of #ef007d

#ef007d #7def00 #007def

Analogous Colors of #ef007d

#ef007d #ef0005 #ea00ef

Monochromatic Colors of #ef007d

#ef007d

Complementary Color

#ef007d #00ef72

#ef007d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef007d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef007d Color CSS Codes

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

#ef007d Text Font Color

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

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


#ef007d Background Color

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

This div background color is #ef007d


#ef007d Border Color

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

This div border color is #ef007d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef007d


Comments

No comments written yet.

Please login to write comment.