Color Hex Logo

#ef068b Color Hex

#EF068B
(239,6,139)
0 Favorites   0 Comments

Color spaces of #ef068b

RGB 2396139
HSL0.900.950.48
HSV326°97°94°
CMYK 0.000.970.42   0.06
XYZ40.321920.345126.2279
Yxy20.34510.46400.2341
Hunter Lab45.105580.6346-2.9020
CIE-Lab52.225281.6228-6.8117

#ef068b color RGB value is (239,6,139).

#ef068b hex color red value is 239, green value is 6 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ef068b hue: 0.90 , saturation: 0.95 and the lightness value of ef068b is 0.48.

The process color (four color CMYK) of #ef068b color hex is 0.00, 0.97, 0.42, 0.06. Web safe color of #ef068b is #ff0099. Color #ef068b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000110 10001011
Octal 357 6 213
Decimal 239 6 139
Hex EF 6 8B

RGB Percentages of Color #ef068b

%62.24
%1.56
%36.20

CMYK Percentages of Color #ef068b

%0
%97
%42
%6

Triadic Colors of #ef068b

#ef068b #8bef06 #068bef

Analogous Colors of #ef068b

#ef068b #ef0616 #df06ef

Monochromatic Colors of #ef068b

#ef068b

Complementary Color

#ef068b #06ef6a

#ef068b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef068b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef068b Color CSS Codes

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

#ef068b Text Font Color

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

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


#ef068b Background Color

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

This div background color is #ef068b


#ef068b Border Color

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

This div border color is #ef068b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef068b


Comments

No comments written yet.

Please login to write comment.