Color Hex Logo

#ed3081 Color Hex

#ED3081
(237,48,129)
0 Favorites   0 Comments

Color spaces of #ed3081

RGB 23748129
HSL0.930.840.56
HSV334°80°93°
CMYK 0.000.800.46   0.07
XYZ39.944521.703422.8527
Yxy21.70340.47270.2568
Hunter Lab46.586971.52223.5268
CIE-Lab53.710974.04311.3348

#ed3081 color RGB value is (237,48,129).

#ed3081 hex color red value is 237, green value is 48 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #ed3081 hue: 0.93 , saturation: 0.84 and the lightness value of ed3081 is 0.56.

The process color (four color CMYK) of #ed3081 color hex is 0.00, 0.80, 0.46, 0.07. Web safe color of #ed3081 is #ff3399. Color #ed3081 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110000 10000001
Octal 355 60 201
Decimal 237 48 129
Hex ED 30 81

RGB Percentages of Color #ed3081

%57.25
%11.59
%31.16

CMYK Percentages of Color #ed3081

%0
%80
%46
%7

Triadic Colors of #ed3081

#ed3081 #81ed30 #3081ed

Analogous Colors of #ed3081

#ed3081 #ed3e30 #ed30e0

Monochromatic Colors of #ed3081

#ed3081

Complementary Color

#ed3081 #30ed9c

#ed3081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed3081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed3081 Color CSS Codes

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

#ed3081 Text Font Color

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

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


#ed3081 Background Color

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

This div background color is #ed3081


#ed3081 Border Color

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

This div border color is #ed3081


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,48,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 #ed3081">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed3081


Comments

No comments written yet.

Please login to write comment.