Color Hex Logo

#ef403b Color Hex

#EF403B
(239,64,59)
0 Favorites   0 Comments

Color spaces of #ef403b

RGB 2396459
HSL0.000.850.58
HSV75°94°
CMYK 0.000.730.75   0.06
XYZ38.219422.33336.4340
Yxy22.33330.57060.3334
Hunter Lab47.258161.657925.0086
CIE-Lab54.378965.692843.4430

#ef403b color RGB value is (239,64,59).

#ef403b hex color red value is 239, green value is 64 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ef403b hue: 0.00 , saturation: 0.85 and the lightness value of ef403b is 0.58.

The process color (four color CMYK) of #ef403b color hex is 0.00, 0.73, 0.75, 0.06. Web safe color of #ef403b is #ff3333. Color #ef403b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000000 00111011
Octal 357 100 73
Decimal 239 64 59
Hex EF 40 3B

RGB Percentages of Color #ef403b

%66.02
%17.68
%16.30

CMYK Percentages of Color #ef403b

%0
%73
%75
%6

Triadic Colors of #ef403b

#ef403b #3bef40 #403bef

Analogous Colors of #ef403b

#ef403b #ef9a3b #ef3b90

Monochromatic Colors of #ef403b

#ef403b

Complementary Color

#ef403b #3beaef

#ef403b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef403b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef403b Color CSS Codes

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

#ef403b Text Font Color

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

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


#ef403b Background Color

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

This div background color is #ef403b


#ef403b Border Color

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

This div border color is #ef403b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef403b


Comments

No comments written yet.

Please login to write comment.