Color Hex Logo

#ef106b Color Hex

#EF106B
(239,16,107)
0 Favorites   0 Comments

Color spaces of #ef106b

RGB 23916107
HSL0.930.870.50
HSV336°93°94°
CMYK 0.000.930.55   0.06
XYZ38.435719.782815.7026
Yxy19.78280.52000.2676
Hunter Lab44.477976.415210.2026
CIE-Lab51.590778.405411.6539

#ef106b color RGB value is (239,16,107).

#ef106b hex color red value is 239, green value is 16 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ef106b hue: 0.93 , saturation: 0.87 and the lightness value of ef106b is 0.50.

The process color (four color CMYK) of #ef106b color hex is 0.00, 0.93, 0.55, 0.06. Web safe color of #ef106b is #ff0066. Color #ef106b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010000 01101011
Octal 357 20 153
Decimal 239 16 107
Hex EF 10 6B

RGB Percentages of Color #ef106b

%66.02
%4.42
%29.56

CMYK Percentages of Color #ef106b

%0
%93
%55
%6

Triadic Colors of #ef106b

#ef106b #6bef10 #106bef

Analogous Colors of #ef106b

#ef106b #ef2510 #ef10db

Monochromatic Colors of #ef106b

#ef106b

Complementary Color

#ef106b #10ef94

#ef106b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef106b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef106b Color CSS Codes

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

#ef106b Text Font Color

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

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


#ef106b Background Color

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

This div background color is #ef106b


#ef106b Border Color

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

This div border color is #ef106b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef106b


Comments

No comments written yet.

Please login to write comment.