Color Hex Logo

#ed062b Color Hex

#ED062B
(237,6,43)
0 Favorites   0 Comments

Color spaces of #ed062b

RGB 237643
HSL0.970.950.48
HSV350°97°93°
CMYK 0.000.970.82   0.07
XYZ35.426218.30923.9524
Yxy18.30920.61410.3174
Hunter Lab42.789372.903024.4759
CIE-Lab49.869075.913047.3461

#ed062b color RGB value is (237,6,43).

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

The process color (four color CMYK) of #ed062b color hex is 0.00, 0.97, 0.82, 0.07. Web safe color of #ed062b is #ff0033. Color #ed062b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000110 00101011
Octal 355 6 53
Decimal 237 6 43
Hex ED 6 2B

RGB Percentages of Color #ed062b

%82.87
%2.10
%15.03

CMYK Percentages of Color #ed062b

%0
%97
%82
%7

Triadic Colors of #ed062b

#ed062b #2bed06 #062bed

Analogous Colors of #ed062b

#ed062b #ed5406 #ed069f

Monochromatic Colors of #ed062b

#ed062b

Complementary Color

#ed062b #06edc8

#ed062b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed062b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed062b Color CSS Codes

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

#ed062b Text Font Color

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

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


#ed062b Background Color

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

This div background color is #ed062b


#ed062b Border Color

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

This div border color is #ed062b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed062b


Comments

No comments written yet.

Please login to write comment.