Color Hex Logo

#ed16f4 Color Hex

#ED16F4
(237,22,244)
0 Favorites   0 Comments

Color spaces of #ed16f4

RGB 23722244
HSL0.830.910.52
HSV298°91°96°
CMYK 0.030.910.00   0.04
XYZ51.541125.110087.7181
Yxy25.11000.31360.1528
Hunter Lab50.109995.9060-68.7111
CIE-Lab57.182492.2907-59.9205

#ed16f4 color RGB value is (237,22,244).

#ed16f4 hex color red value is 237, green value is 22 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #ed16f4 hue: 0.83 , saturation: 0.91 and the lightness value of ed16f4 is 0.52.

The process color (four color CMYK) of #ed16f4 color hex is 0.03, 0.91, 0.00, 0.04. Web safe color of #ed16f4 is #ff00ff. Color #ed16f4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010110 11110100
Octal 355 26 364
Decimal 237 22 244
Hex ED 16 F4

RGB Percentages of Color #ed16f4

%47.12
%4.37
%48.51

CMYK Percentages of Color #ed16f4

%3
%91
%0
%4

Triadic Colors of #ed16f4

#ed16f4 #f4ed16 #16f4ed

Analogous Colors of #ed16f4

#ed16f4 #f4168c #7e16f4

Monochromatic Colors of #ed16f4

#ed16f4

Complementary Color

#ed16f4 #1df416

#ed16f4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed16f4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed16f4 Color CSS Codes

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

#ed16f4 Text Font Color

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

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


#ed16f4 Background Color

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

This div background color is #ed16f4


#ed16f4 Border Color

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

This div border color is #ed16f4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed16f4


Comments

No comments written yet.

Please login to write comment.