color codes Logo

#ed032b color codes

#ED032B
(237,3,43)
0 Favorites   0 Comments

Color spaces of #ed032b

RGB 237343
HSL0.970.980.47
HSV350°99°93°
CMYK 0.000.990.82   0.07
XYZ35.393718.24413.9415
Yxy18.24410.61470.3169
Hunter Lab42.713173.163924.4280
CIE-Lab49.790876.139847.2722

#ed032b color RGB value is (237,3,43).

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

The process color (four color CMYK) of #ed032b color code is 0.00, 0.99, 0.82, 0.07. Web safe color of #ed032b is #ff0033. Color #ed032b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000011 00101011
Octal 355 3 53
Decimal 237 3 43
Hex ED 3 2B

RGB Percentages of Color #ed032b

%83.75
%1.06
%15.19

CMYK Percentages of Color #ed032b

%0
%99
%82
%7

Triadic Colors of #ed032b

#ed032b #2bed03 #032bed

Analogous Colors of #ed032b

#ed032b #ed5003 #ed03a0

Monochromatic Colors of #ed032b

#ed032b

Complementary Color

#ed032b #03edc5

#ed032b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed032b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed032b Color CSS Codes

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

#ed032b Text Font Color

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

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


#ed032b Background Color

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

This div background color is #ed032b


#ed032b Border Color

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

This div border color is #ed032b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed032b


Comments

No comments written yet.

Please login to write comment.