Color Hex Logo

#ed0130 Color Hex

#ED0130
(237,1,48)
0 Favorites   0 Comments

Color spaces of #ed0130

RGB 237148
HSL0.970.990.47
HSV348°100°93°
CMYK 0.001.000.80   0.07
XYZ35.469418.23964.4475
Yxy18.23960.60990.3136
Hunter Lab42.707873.507823.7212
CIE-Lab49.785476.419444.5449

#ed0130 color RGB value is (237,1,48).

#ed0130 hex color red value is 237, green value is 1 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #ed0130 hue: 0.97 , saturation: 0.99 and the lightness value of ed0130 is 0.47.

The process color (four color CMYK) of #ed0130 color hex is 0.00, 1.00, 0.80, 0.07. Web safe color of #ed0130 is #ff0033. Color #ed0130 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000001 00110000
Octal 355 1 60
Decimal 237 1 48
Hex ED 1 30

RGB Percentages of Color #ed0130

%82.87
%0.35
%16.78

CMYK Percentages of Color #ed0130

%0
%100
%80
%7

Triadic Colors of #ed0130

#ed0130 #30ed01 #0130ed

Analogous Colors of #ed0130

#ed0130 #ed4801 #ed01a6

Monochromatic Colors of #ed0130

#ed0130

Complementary Color

#ed0130 #01edbe

#ed0130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed0130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed0130 Color CSS Codes

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

#ed0130 Text Font Color

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

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


#ed0130 Background Color

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

This div background color is #ed0130


#ed0130 Border Color

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

This div border color is #ed0130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed0130


Comments

No comments written yet.

Please login to write comment.