Color Hex Logo

#ed1168 Color Hex

#ED1168
(237,17,104)
0 Favorites   0 Comments

Color spaces of #ed1168

RGB 23717104
HSL0.930.870.50
HSV336°93°93°
CMYK 0.000.930.56   0.07
XYZ37.624219.404914.8592
Yxy19.40490.52340.2699
Hunter Lab44.051075.368610.8361
CIE-Lab51.157677.651812.8195

#ed1168 color RGB value is (237,17,104).

#ed1168 hex color red value is 237, green value is 17 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #ed1168 hue: 0.93 , saturation: 0.87 and the lightness value of ed1168 is 0.50.

The process color (four color CMYK) of #ed1168 color hex is 0.00, 0.93, 0.56, 0.07. Web safe color of #ed1168 is #ff0066. Color #ed1168 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010001 01101000
Octal 355 21 150
Decimal 237 17 104
Hex ED 11 68

RGB Percentages of Color #ed1168

%66.20
%4.75
%29.05

CMYK Percentages of Color #ed1168

%0
%93
%56
%7

Triadic Colors of #ed1168

#ed1168 #68ed11 #1168ed

Analogous Colors of #ed1168

#ed1168 #ed2811 #ed11d6

Monochromatic Colors of #ed1168

#ed1168

Complementary Color

#ed1168 #11ed96

#ed1168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed1168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed1168 Color CSS Codes

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

#ed1168 Text Font Color

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

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


#ed1168 Background Color

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

This div background color is #ed1168


#ed1168 Border Color

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

This div border color is #ed1168


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,17,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ed1168; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ed1168;
  -webkit-box-shadow: 1px 1px 3px 2px #ed1168;
  box-shadow:         1px 1px 3px 2px #ed1168; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,17,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed1168


Comments

No comments written yet.

Please login to write comment.