Color Hex Logo

#ef383d Color Hex

#EF383D
(239,56,61)
0 Favorites   0 Comments

Color spaces of #ef383d

RGB 2395661
HSL1.000.850.58
HSV358°77°94°
CMYK 0.000.770.74   0.06
XYZ37.853121.51606.5728
Yxy21.51600.57400.3263
Hunter Lab46.385364.491924.0684
CIE-Lab53.509768.256641.3881

#ef383d color RGB value is (239,56,61).

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

The process color (four color CMYK) of #ef383d color hex is 0.00, 0.77, 0.74, 0.06. Web safe color of #ef383d is #ff3333. Color #ef383d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00111000 00111101
Octal 357 70 75
Decimal 239 56 61
Hex EF 38 3D

RGB Percentages of Color #ef383d

%67.13
%15.73
%17.13

CMYK Percentages of Color #ef383d

%0
%77
%74
%6

Triadic Colors of #ef383d

#ef383d #3def38 #383def

Analogous Colors of #ef383d

#ef383d #ef8f38 #ef3899

Monochromatic Colors of #ef383d

#ef383d

Complementary Color

#ef383d #38efea

#ef383d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef383d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef383d Color CSS Codes

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

#ef383d Text Font Color

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

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


#ef383d Background Color

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

This div background color is #ef383d


#ef383d Border Color

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

This div border color is #ef383d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef383d


Comments

No comments written yet.

Please login to write comment.