Color Hex Logo

#ef097b Color Hex

#EF097B
(239,9,123)
0 Favorites   0 Comments

Color spaces of #ef097b

RGB 2399123
HSL0.920.930.49
HSV330°96°94°
CMYK 0.000.960.49   0.06
XYZ39.269419.976220.5249
Yxy19.97620.49230.2504
Hunter Lab44.694778.61674.0589
CIE-Lab51.810380.11342.2389

#ef097b color RGB value is (239,9,123).

#ef097b hex color red value is 239, green value is 9 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ef097b hue: 0.92 , saturation: 0.93 and the lightness value of ef097b is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00001001 01111011
Octal 357 11 173
Decimal 239 9 123
Hex EF 9 7B

RGB Percentages of Color #ef097b

%64.42
%2.43
%33.15

CMYK Percentages of Color #ef097b

%0
%96
%49
%6

Triadic Colors of #ef097b

#ef097b #7bef09 #097bef

Analogous Colors of #ef097b

#ef097b #ef0a09 #ef09ee

Monochromatic Colors of #ef097b

#ef097b

Complementary Color

#ef097b #09ef7d

#ef097b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef097b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef097b Color CSS Codes

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

#ef097b Text Font Color

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

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


#ef097b Background Color

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

This div background color is #ef097b


#ef097b Border Color

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

This div border color is #ef097b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef097b


Comments

No comments written yet.

Please login to write comment.