Color Hex Logo

#ec382b Color Hex

#EC382B
(236,56,43)
0 Favorites   0 Comments

Color spaces of #ec382b

RGB 2365643
HSL0.010.840.55
HSV82°93°
CMYK 0.000.760.82   0.07
XYZ36.442320.83564.3865
Yxy20.83560.59100.3379
Hunter Lab45.646062.628026.2546
CIE-Lab52.769166.820550.0055

#ec382b color RGB value is (236,56,43).

#ec382b hex color red value is 236, green value is 56 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ec382b hue: 0.01 , saturation: 0.84 and the lightness value of ec382b is 0.55.

The process color (four color CMYK) of #ec382b color hex is 0.00, 0.76, 0.82, 0.07. Web safe color of #ec382b is #ff3333. Color #ec382b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00111000 00101011
Octal 354 70 53
Decimal 236 56 43
Hex EC 38 2B

RGB Percentages of Color #ec382b

%70.45
%16.72
%12.84

CMYK Percentages of Color #ec382b

%0
%76
%82
%7

Triadic Colors of #ec382b

#ec382b #2bec38 #382bec

Analogous Colors of #ec382b

#ec382b #ec992b #ec2b7f

Monochromatic Colors of #ec382b

#ec382b

Complementary Color

#ec382b #2bdfec

#ec382b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec382b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec382b Color CSS Codes

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

#ec382b Text Font Color

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

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


#ec382b Background Color

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

This div background color is #ec382b


#ec382b Border Color

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

This div border color is #ec382b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec382b


Comments

No comments written yet.

Please login to write comment.