Color Hex Logo

#ed752d Color Hex

#ED752D
(237,117,45)
0 Favorites   0 Comments

Color spaces of #ed752d

RGB 23711745
HSL0.060.840.55
HSV23°81°93°
CMYK 0.000.510.81   0.07
XYZ41.760030.91666.2491
Yxy30.91660.52910.3917
Hunter Lab55.602736.756432.2584
CIE-Lab62.437242.020058.0901

#ed752d color RGB value is (237,117,45).

#ed752d hex color red value is 237, green value is 117 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ed752d hue: 0.06 , saturation: 0.84 and the lightness value of ed752d is 0.55.

The process color (four color CMYK) of #ed752d color hex is 0.00, 0.51, 0.81, 0.07. Web safe color of #ed752d is #ff6633. Color #ed752d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110101 00101101
Octal 355 165 55
Decimal 237 117 45
Hex ED 75 2D

RGB Percentages of Color #ed752d

%59.40
%29.32
%11.28

CMYK Percentages of Color #ed752d

%0
%51
%81
%7

Triadic Colors of #ed752d

#ed752d #2ded75 #752ded

Analogous Colors of #ed752d

#ed752d #edd52d #ed2d45

Monochromatic Colors of #ed752d

#ed752d

Complementary Color

#ed752d #2da5ed

#ed752d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed752d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed752d Color CSS Codes

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

#ed752d Text Font Color

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

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


#ed752d Background Color

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

This div background color is #ed752d


#ed752d Border Color

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

This div border color is #ed752d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed752d

#ed752d Color Palettes


Comments

No comments written yet.

Please login to write comment.