Color Hex Logo

#ed1381 Color Hex

#ED1381
(237,19,129)
0 Favorites   0 Comments

Color spaces of #ed1381

RGB 23719129
HSL0.920.860.50
HSV330°92°93°
CMYK 0.000.920.46   0.07
XYZ39.120420.055222.5781
Yxy20.05520.47850.2453
Hunter Lab44.783077.55911.4561
CIE-Lab51.899679.2570-1.3102

#ed1381 color RGB value is (237,19,129).

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

The process color (four color CMYK) of #ed1381 color hex is 0.00, 0.92, 0.46, 0.07. Web safe color of #ed1381 is #ff0099. Color #ed1381 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010011 10000001
Octal 355 23 201
Decimal 237 19 129
Hex ED 13 81

RGB Percentages of Color #ed1381

%61.56
%4.94
%33.51

CMYK Percentages of Color #ed1381

%0
%92
%46
%7

Triadic Colors of #ed1381

#ed1381 #81ed13 #1381ed

Analogous Colors of #ed1381

#ed1381 #ed1314 #ec13ed

Monochromatic Colors of #ed1381

#ed1381

Complementary Color

#ed1381 #13ed7f

#ed1381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed1381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed1381 Color CSS Codes

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

#ed1381 Text Font Color

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

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


#ed1381 Background Color

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

This div background color is #ed1381


#ed1381 Border Color

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

This div border color is #ed1381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed1381


Comments

No comments written yet.

Please login to write comment.