Color Hex Logo

#ed1892 Color Hex

#ED1892
(237,24,146)
0 Favorites   0 Comments

Color spaces of #ed1892

RGB 23724146
HSL0.900.860.51
HSV326°90°93°
CMYK 0.000.900.38   0.07
XYZ40.440020.733129.0646
Yxy20.73310.44810.2298
Hunter Lab45.533678.8483-5.9719
CIE-Lab52.656180.1316-10.4023

#ed1892 color RGB value is (237,24,146).

#ed1892 hex color red value is 237, green value is 24 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #ed1892 hue: 0.90 , saturation: 0.86 and the lightness value of ed1892 is 0.51.

The process color (four color CMYK) of #ed1892 color hex is 0.00, 0.90, 0.38, 0.07. Web safe color of #ed1892 is #ff0099. Color #ed1892 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00011000 10010010
Octal 355 30 222
Decimal 237 24 146
Hex ED 18 92

RGB Percentages of Color #ed1892

%58.23
%5.90
%35.87

CMYK Percentages of Color #ed1892

%0
%90
%38
%7

Triadic Colors of #ed1892

#ed1892 #92ed18 #1892ed

Analogous Colors of #ed1892

#ed1892 #ed1827 #de18ed

Monochromatic Colors of #ed1892

#ed1892

Complementary Color

#ed1892 #18ed73

#ed1892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed1892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed1892 Color CSS Codes

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

#ed1892 Text Font Color

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

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


#ed1892 Background Color

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

This div background color is #ed1892


#ed1892 Border Color

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

This div border color is #ed1892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed1892


Comments

No comments written yet.

Please login to write comment.