Color Hex Logo

#ef276b Color Hex

#EF276B
(239,39,107)
0 Favorites   0 Comments

Color spaces of #ef276b

RGB 23939107
HSL0.940.860.55
HSV340°84°94°
CMYK 0.000.840.55   0.06
XYZ38.976020.863315.8827
Yxy20.86330.51470.2755
Hunter Lab45.676472.381811.3570
CIE-Lab52.799674.919513.3386

#ef276b color RGB value is (239,39,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100111 01101011
Octal 357 47 153
Decimal 239 39 107
Hex EF 27 6B

RGB Percentages of Color #ef276b

%62.08
%10.13
%27.79

CMYK Percentages of Color #ef276b

%0
%84
%55
%6

Triadic Colors of #ef276b

#ef276b #6bef27 #276bef

Analogous Colors of #ef276b

#ef276b #ef4727 #ef27cf

Monochromatic Colors of #ef276b

#ef276b

Complementary Color

#ef276b #27efab

#ef276b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef276b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef276b Color CSS Codes

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

#ef276b Text Font Color

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

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


#ef276b Background Color

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

This div background color is #ef276b


#ef276b Border Color

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

This div border color is #ef276b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef276b


Comments

No comments written yet.

Please login to write comment.