Color Hex Logo

#ed303b Color Hex

#ED303B
(237,48,59)
0 Favorites   0 Comments

Color spaces of #ed303b

RGB 2374859
HSL0.990.840.56
HSV357°80°93°
CMYK 0.000.800.75   0.07
XYZ36.771420.43426.1438
Yxy20.43420.58050.3226
Hunter Lab45.204266.093623.5847
CIE-Lab52.324669.826541.0904

#ed303b color RGB value is (237,48,59).

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

The process color (four color CMYK) of #ed303b color hex is 0.00, 0.80, 0.75, 0.07. Web safe color of #ed303b is #ff3333. Color #ed303b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110000 00111011
Octal 355 60 73
Decimal 237 48 59
Hex ED 30 3B

RGB Percentages of Color #ed303b

%68.90
%13.95
%17.15

CMYK Percentages of Color #ed303b

%0
%80
%75
%7

Triadic Colors of #ed303b

#ed303b #3bed30 #303bed

Analogous Colors of #ed303b

#ed303b #ed8430 #ed309a

Monochromatic Colors of #ed303b

#ed303b

Complementary Color

#ed303b #30ede2

#ed303b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed303b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed303b Color CSS Codes

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

#ed303b Text Font Color

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

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


#ed303b Background Color

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

This div background color is #ed303b


#ed303b Border Color

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

This div border color is #ed303b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed303b


Comments

No comments written yet.

Please login to write comment.