Color Hex Logo

#ed368d Color Hex

#ED368D
(237,54,141)
0 Favorites   0 Comments

Color spaces of #ed368d

RGB 23754141
HSL0.920.840.57
HSV331°77°93°
CMYK 0.000.770.41   0.07
XYZ41.051922.565927.3913
Yxy22.56590.45110.2480
Hunter Lab47.503671.1258-0.9350
CIE-Lab54.622473.5438-4.4920

#ed368d color RGB value is (237,54,141).

#ed368d hex color red value is 237, green value is 54 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ed368d hue: 0.92 , saturation: 0.84 and the lightness value of ed368d is 0.57.

The process color (four color CMYK) of #ed368d color hex is 0.00, 0.77, 0.41, 0.07. Web safe color of #ed368d is #ff3399. Color #ed368d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110110 10001101
Octal 355 66 215
Decimal 237 54 141
Hex ED 36 8D

RGB Percentages of Color #ed368d

%54.86
%12.50
%32.64

CMYK Percentages of Color #ed368d

%0
%77
%41
%7

Triadic Colors of #ed368d

#ed368d #8ded36 #368ded

Analogous Colors of #ed368d

#ed368d #ed3a36 #ed36e9

Monochromatic Colors of #ed368d

#ed368d

Complementary Color

#ed368d #36ed96

#ed368d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed368d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed368d Color CSS Codes

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

#ed368d Text Font Color

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

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


#ed368d Background Color

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

This div background color is #ed368d


#ed368d Border Color

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

This div border color is #ed368d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed368d


Comments

No comments written yet.

Please login to write comment.