Color Hex Logo

#ef286b Color Hex

#EF286B
(239,40,107)
0 Favorites   0 Comments

Color spaces of #ef286b

RGB 23940107
HSL0.940.860.55
HSV340°83°94°
CMYK 0.000.830.55   0.06
XYZ39.009220.929815.8938
Yxy20.92980.51440.2760
Hunter Lab45.749172.141911.4263
CIE-Lab52.872674.710213.4400

#ef286b color RGB value is (239,40,107).

#ef286b hex color red value is 239, green value is 40 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ef286b hue: 0.94 , saturation: 0.86 and the lightness value of ef286b is 0.55.

The process color (four color CMYK) of #ef286b color hex is 0.00, 0.83, 0.55, 0.06. Web safe color of #ef286b is #ff3366. Color #ef286b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00101000 01101011
Octal 357 50 153
Decimal 239 40 107
Hex EF 28 6B

RGB Percentages of Color #ef286b

%61.92
%10.36
%27.72

CMYK Percentages of Color #ef286b

%0
%83
%55
%6

Triadic Colors of #ef286b

#ef286b #6bef28 #286bef

Analogous Colors of #ef286b

#ef286b #ef4828 #ef28cf

Monochromatic Colors of #ef286b

#ef286b

Complementary Color

#ef286b #28efac

#ef286b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef286b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef286b Color CSS Codes

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

#ef286b Text Font Color

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

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


#ef286b Background Color

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

This div background color is #ef286b


#ef286b Border Color

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

This div border color is #ef286b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef286b


Comments

No comments written yet.

Please login to write comment.