Color Hex Logo

#ed463d Color Hex

#ED463D
(237,70,61)
0 Favorites   0 Comments

Color spaces of #ed463d

RGB 2377061
HSL0.010.830.58
HSV74°93°
CMYK 0.000.700.74   0.07
XYZ37.957522.72186.8000
Yxy22.72180.56250.3367
Hunter Lab47.667458.721524.9091
CIE-Lab54.784663.098942.6926

#ed463d color RGB value is (237,70,61).

#ed463d hex color red value is 237, green value is 70 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ed463d hue: 0.01 , saturation: 0.83 and the lightness value of ed463d is 0.58.

The process color (four color CMYK) of #ed463d color hex is 0.00, 0.70, 0.74, 0.07. Web safe color of #ed463d is #ff3333. Color #ed463d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000110 00111101
Octal 355 106 75
Decimal 237 70 61
Hex ED 46 3D

RGB Percentages of Color #ed463d

%64.40
%19.02
%16.58

CMYK Percentages of Color #ed463d

%0
%70
%74
%7

Triadic Colors of #ed463d

#ed463d #3ded46 #463ded

Analogous Colors of #ed463d

#ed463d #ed9e3d #ed3d8c

Monochromatic Colors of #ed463d

#ed463d

Complementary Color

#ed463d #3de4ed

#ed463d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed463d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed463d Color CSS Codes

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

#ed463d Text Font Color

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

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


#ed463d Background Color

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

This div background color is #ed463d


#ed463d Border Color

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

This div border color is #ed463d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed463d

Related Colors


Comments

No comments written yet.

Please login to write comment.