Color Hex Logo

#ed652e Color Hex

#ED652E
(237,101,46)
0 Favorites   0 Comments

Color spaces of #ed652e

RGB 23710146
HSL0.050.840.55
HSV17°81°93°
CMYK 0.000.570.81   0.07
XYZ40.071927.50915.7825
Yxy27.50910.54620.3750
Hunter Lab52.449144.590730.1777
CIE-Lab59.442649.735054.8970

#ed652e color RGB value is (237,101,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100101 00101110
Octal 355 145 56
Decimal 237 101 46
Hex ED 65 2E

RGB Percentages of Color #ed652e

%61.72
%26.30
%11.98

CMYK Percentages of Color #ed652e

%0
%57
%81
%7

Triadic Colors of #ed652e

#ed652e #2eed65 #652eed

Analogous Colors of #ed652e

#ed652e #edc52e #ed2e56

Monochromatic Colors of #ed652e

#ed652e

Complementary Color

#ed652e #2eb6ed

#ed652e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed652e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed652e Color CSS Codes

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

#ed652e Text Font Color

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

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


#ed652e Background Color

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

This div background color is #ed652e


#ed652e Border Color

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

This div border color is #ed652e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed652e


Comments

No comments written yet.

Please login to write comment.