Color Hex Logo

#ec264b Color Hex

#EC264B
(236,38,75)
0 Favorites   0 Comments

Color spaces of #ec264b

RGB 2363875
HSL0.970.840.54
HSV349°84°93°
CMYK 0.000.840.68   0.07
XYZ36.555219.72718.5376
Yxy19.72710.56400.3043
Hunter Lab44.415269.184919.6938
CIE-Lab51.527372.548030.8234

#ec264b color RGB value is (236,38,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100110 01001011
Octal 354 46 113
Decimal 236 38 75
Hex EC 26 4B

RGB Percentages of Color #ec264b

%67.62
%10.89
%21.49

CMYK Percentages of Color #ec264b

%0
%84
%68
%7

Triadic Colors of #ec264b

#ec264b #4bec26 #264bec

Analogous Colors of #ec264b

#ec264b #ec6426 #ec26ae

Monochromatic Colors of #ec264b

#ec264b

Complementary Color

#ec264b #26ecc7

#ec264b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec264b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec264b Color CSS Codes

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

#ec264b Text Font Color

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

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


#ec264b Background Color

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

This div background color is #ec264b


#ec264b Border Color

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

This div border color is #ec264b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec264b


Comments

No comments written yet.

Please login to write comment.