Color Hex Logo

#ed1258 Color Hex

#ED1258
(237,18,88)
0 Favorites   0 Comments

Color spaces of #ed1258

RGB 2371888
HSL0.950.860.50
HSV341°92°93°
CMYK 0.000.920.63   0.07
XYZ36.902819.141710.9822
Yxy19.14170.55060.2856
Hunter Lab43.751273.994515.7432
CIE-Lab50.852676.604922.1652

#ed1258 color RGB value is (237,18,88).

#ed1258 hex color red value is 237, green value is 18 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #ed1258 hue: 0.95 , saturation: 0.86 and the lightness value of ed1258 is 0.50.

The process color (four color CMYK) of #ed1258 color hex is 0.00, 0.92, 0.63, 0.07. Web safe color of #ed1258 is #ff0066. Color #ed1258 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010010 01011000
Octal 355 22 130
Decimal 237 18 88
Hex ED 12 58

RGB Percentages of Color #ed1258

%69.10
%5.25
%25.66

CMYK Percentages of Color #ed1258

%0
%92
%63
%7

Triadic Colors of #ed1258

#ed1258 #58ed12 #1258ed

Analogous Colors of #ed1258

#ed1258 #ed3912 #ed12c6

Monochromatic Colors of #ed1258

#ed1258

Complementary Color

#ed1258 #12eda7

#ed1258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed1258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed1258 Color CSS Codes

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

#ed1258 Text Font Color

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

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


#ed1258 Background Color

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

This div background color is #ed1258


#ed1258 Border Color

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

This div border color is #ed1258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed1258


Comments

No comments written yet.

Please login to write comment.