Color Hex Logo

#ec1874 Color Hex

#EC1874
(236,24,116)
0 Favorites   0 Comments

Color spaces of #ec1874

RGB 23624116
HSL0.930.850.51
HSV334°90°93°
CMYK 0.000.900.51   0.07
XYZ38.071119.747118.3280
Yxy19.74710.50000.2593
Hunter Lab44.437775.16026.6527
CIE-Lab51.550177.40796.0370

#ec1874 color RGB value is (236,24,116).

#ec1874 hex color red value is 236, green value is 24 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #ec1874 hue: 0.93 , saturation: 0.85 and the lightness value of ec1874 is 0.51.

The process color (four color CMYK) of #ec1874 color hex is 0.00, 0.90, 0.51, 0.07. Web safe color of #ec1874 is #ff0066. Color #ec1874 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00011000 01110100
Octal 354 30 164
Decimal 236 24 116
Hex EC 18 74

RGB Percentages of Color #ec1874

%62.77
%6.38
%30.85

CMYK Percentages of Color #ec1874

%0
%90
%51
%7

Triadic Colors of #ec1874

#ec1874 #74ec18 #1874ec

Analogous Colors of #ec1874

#ec1874 #ec2618 #ec18de

Monochromatic Colors of #ec1874

#ec1874

Complementary Color

#ec1874 #18ec90

#ec1874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec1874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec1874 Color CSS Codes

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

#ec1874 Text Font Color

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

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


#ec1874 Background Color

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

This div background color is #ec1874


#ec1874 Border Color

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

This div border color is #ec1874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec1874


Comments

No comments written yet.

Please login to write comment.