Color Hex Logo

#ec263b Color Hex

#EC263B
(236,38,59)
0 Favorites   0 Comments

Color spaces of #ec263b

RGB 2363859
HSL0.980.840.54
HSV354°84°93°
CMYK 0.000.840.75   0.07
XYZ36.074619.53496.0069
Yxy19.53490.58550.3170
Hunter Lab44.198368.344422.8808
CIE-Lab51.307271.895839.9104

#ec263b color RGB value is (236,38,59).

#ec263b hex color red value is 236, green value is 38 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ec263b hue: 0.98 , saturation: 0.84 and the lightness value of ec263b is 0.54.

The process color (four color CMYK) of #ec263b color hex is 0.00, 0.84, 0.75, 0.07. Web safe color of #ec263b is #ff3333. Color #ec263b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100110 00111011
Octal 354 46 73
Decimal 236 38 59
Hex EC 26 3B

RGB Percentages of Color #ec263b

%70.87
%11.41
%17.72

CMYK Percentages of Color #ec263b

%0
%84
%75
%7

Triadic Colors of #ec263b

#ec263b #3bec26 #263bec

Analogous Colors of #ec263b

#ec263b #ec7426 #ec269e

Monochromatic Colors of #ec263b

#ec263b

Complementary Color

#ec263b #26ecd7

#ec263b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec263b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec263b Color CSS Codes

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

#ec263b Text Font Color

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

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


#ec263b Background Color

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

This div background color is #ec263b


#ec263b Border Color

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

This div border color is #ec263b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec263b


Comments

No comments written yet.

Please login to write comment.