Color Hex Logo

#ef426b Color Hex

#EF426B
(239,66,107)
0 Favorites   0 Comments

Color spaces of #ef426b

RGB 23966107
HSL0.960.840.60
HSV346°72°94°
CMYK 0.000.720.55   0.06
XYZ40.198723.308716.2902
Yxy23.30870.50380.2921
Hunter Lab48.279164.136413.7899
CIE-Lab55.388967.603016.9102

#ef426b color RGB value is (239,66,107).

#ef426b hex color red value is 239, green value is 66 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ef426b hue: 0.96 , saturation: 0.84 and the lightness value of ef426b is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000010 01101011
Octal 357 102 153
Decimal 239 66 107
Hex EF 42 6B

RGB Percentages of Color #ef426b

%58.01
%16.02
%25.97

CMYK Percentages of Color #ef426b

%0
%72
%55
%6

Triadic Colors of #ef426b

#ef426b #6bef42 #426bef

Analogous Colors of #ef426b

#ef426b #ef7042 #ef42c2

Monochromatic Colors of #ef426b

#ef426b

Complementary Color

#ef426b #42efc6

#ef426b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef426b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef426b Color CSS Codes

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

#ef426b Text Font Color

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

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


#ef426b Background Color

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

This div background color is #ef426b


#ef426b Border Color

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

This div border color is #ef426b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef426b


Comments

No comments written yet.

Please login to write comment.