Color Hex Logo

#ef296b Color Hex

#EF296B
(239,41,107)
0 Favorites   0 Comments

Color spaces of #ef296b

RGB 23941107
HSL0.940.860.55
HSV340°83°94°
CMYK 0.000.830.55   0.06
XYZ39.043420.998115.9051
Yxy20.99810.51410.2765
Hunter Lab45.823771.896911.4974
CIE-Lab52.947474.496213.5440

#ef296b color RGB value is (239,41,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00101001 01101011
Octal 357 51 153
Decimal 239 41 107
Hex EF 29 6B

RGB Percentages of Color #ef296b

%61.76
%10.59
%27.65

CMYK Percentages of Color #ef296b

%0
%83
%55
%6

Triadic Colors of #ef296b

#ef296b #6bef29 #296bef

Analogous Colors of #ef296b

#ef296b #ef4a29 #ef29ce

Monochromatic Colors of #ef296b

#ef296b

Complementary Color

#ef296b #29efad

#ef296b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef296b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef296b Color CSS Codes

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

#ef296b Text Font Color

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

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


#ef296b Background Color

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

This div background color is #ef296b


#ef296b Border Color

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

This div border color is #ef296b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef296b


Comments

No comments written yet.

Please login to write comment.