Color Hex Logo

#ed1af6 Color Hex

#ED1AF6
(237,26,246)
0 Favorites   0 Comments

Color spaces of #ed1af6

RGB 23726246
HSL0.830.920.53
HSV298°89°96°
CMYK 0.040.890.00   0.04
XYZ51.929025.397189.3540
Yxy25.39710.31150.1524
Hunter Lab50.395595.7393-69.8475
CIE-Lab57.460392.1134-60.5912

#ed1af6 color RGB value is (237,26,246).

#ed1af6 hex color red value is 237, green value is 26 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #ed1af6 hue: 0.83 , saturation: 0.92 and the lightness value of ed1af6 is 0.53.

The process color (four color CMYK) of #ed1af6 color hex is 0.04, 0.89, 0.00, 0.04. Web safe color of #ed1af6 is #ff33ff. Color #ed1af6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00011010 11110110
Octal 355 32 366
Decimal 237 26 246
Hex ED 1A F6

RGB Percentages of Color #ed1af6

%46.56
%5.11
%48.33

CMYK Percentages of Color #ed1af6

%4
%89
%0
%4

Triadic Colors of #ed1af6

#ed1af6 #f6ed1a #1af6ed

Analogous Colors of #ed1af6

#ed1af6 #f61a91 #7f1af6

Monochromatic Colors of #ed1af6

#ed1af6

Complementary Color

#ed1af6 #23f61a

#ed1af6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed1af6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed1af6 Color CSS Codes

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

#ed1af6 Text Font Color

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

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


#ed1af6 Background Color

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

This div background color is #ed1af6


#ed1af6 Border Color

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

This div border color is #ed1af6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed1af6


Comments

No comments written yet.

Please login to write comment.