Color Hex Logo

#ef007b Color Hex

#EF007B
(239,0,123)
0 Favorites   0 Comments

Color spaces of #ef007b

RGB 2390123
HSL0.911.000.47
HSV329°100°94°
CMYK 0.001.000.49   0.06
XYZ39.171819.780820.4924
Yxy19.78080.49310.2490
Hunter Lab44.475679.38123.8147
CIE-Lab51.588580.76071.9170

#ef007b color RGB value is (239,0,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000000 01111011
Octal 357 0 173
Decimal 239 0 123
Hex EF 0 7B

RGB Percentages of Color #ef007b

%66.02
%0.00
%33.98

CMYK Percentages of Color #ef007b

%0
%100
%49
%6

Triadic Colors of #ef007b

#ef007b #7bef00 #007bef

Analogous Colors of #ef007b

#ef007b #ef0003 #ec00ef

Monochromatic Colors of #ef007b

#ef007b

Complementary Color

#ef007b #00ef74

#ef007b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef007b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef007b Color CSS Codes

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

#ef007b Text Font Color

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

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


#ef007b Background Color

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

This div background color is #ef007b


#ef007b Border Color

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

This div border color is #ef007b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef007b


Comments

No comments written yet.

Please login to write comment.