Color Hex Logo

#ed658e Color Hex

#ED658E
(237,101,142)
0 Favorites   0 Comments

Color spaces of #ed658e

RGB 237101142
HSL0.950.790.66
HSV342°57°93°
CMYK 0.000.570.40   0.07
XYZ44.461229.264928.8965
Yxy29.26490.43320.2852
Hunter Lab54.097052.03556.1976
CIE-Lab61.014756.17644.2578

#ed658e color RGB value is (237,101,142).

#ed658e hex color red value is 237, green value is 101 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ed658e hue: 0.95 , saturation: 0.79 and the lightness value of ed658e is 0.66.

The process color (four color CMYK) of #ed658e color hex is 0.00, 0.57, 0.40, 0.07. Web safe color of #ed658e is #ff6699. Color #ed658e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100101 10001110
Octal 355 145 216
Decimal 237 101 142
Hex ED 65 8E

RGB Percentages of Color #ed658e

%49.38
%21.04
%29.58

CMYK Percentages of Color #ed658e

%0
%57
%40
%7

Triadic Colors of #ed658e

#ed658e #8eed65 #658eed

Analogous Colors of #ed658e

#ed658e #ed8065 #ed65d2

Monochromatic Colors of #ed658e

#ed658e

Complementary Color

#ed658e #65edc4

#ed658e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed658e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed658e Color CSS Codes

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

#ed658e Text Font Color

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

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


#ed658e Background Color

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

This div background color is #ed658e


#ed658e Border Color

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

This div border color is #ed658e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed658e


Comments

No comments written yet.

Please login to write comment.