Color Hex Logo

#ec3038 Color Hex

#EC3038
(236,48,56)
0 Favorites   0 Comments

Color spaces of #ec3038

RGB 2364856
HSL0.990.830.56
HSV357°80°93°
CMYK 0.000.800.76   0.07
XYZ36.362820.23235.7301
Yxy20.23230.58340.3246
Hunter Lab44.980365.586623.9332
CIE-Lab52.098869.445242.4631

#ec3038 color RGB value is (236,48,56).

#ec3038 hex color red value is 236, green value is 48 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #ec3038 hue: 0.99 , saturation: 0.83 and the lightness value of ec3038 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110000 00111000
Octal 354 60 70
Decimal 236 48 56
Hex EC 30 38

RGB Percentages of Color #ec3038

%69.41
%14.12
%16.47

CMYK Percentages of Color #ec3038

%0
%80
%76
%7

Triadic Colors of #ec3038

#ec3038 #38ec30 #3038ec

Analogous Colors of #ec3038

#ec3038 #ec8630 #ec3096

Monochromatic Colors of #ec3038

#ec3038

Complementary Color

#ec3038 #30ece4

#ec3038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec3038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec3038 Color CSS Codes

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

#ec3038 Text Font Color

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

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


#ec3038 Background Color

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

This div background color is #ec3038


#ec3038 Border Color

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

This div border color is #ec3038


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec3038


Comments

No comments written yet.

Please login to write comment.