Color Hex Logo

#ed438c Color Hex

#ED438C
(237,67,140)
0 Favorites   0 Comments

Color spaces of #ed438c

RGB 23767140
HSL0.930.830.60
HSV334°72°93°
CMYK 0.000.720.41   0.07
XYZ41.665823.912327.2304
Yxy23.91230.44890.2577
Hunter Lab48.900266.51701.2141
CIE-Lab55.999969.4809-1.8693

#ed438c color RGB value is (237,67,140).

#ed438c hex color red value is 237, green value is 67 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ed438c hue: 0.93 , saturation: 0.83 and the lightness value of ed438c is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000011 10001100
Octal 355 103 214
Decimal 237 67 140
Hex ED 43 8C

RGB Percentages of Color #ed438c

%53.38
%15.09
%31.53

CMYK Percentages of Color #ed438c

%0
%72
%41
%7

Triadic Colors of #ed438c

#ed438c #8ced43 #438ced

Analogous Colors of #ed438c

#ed438c #ed4f43 #ed43e1

Monochromatic Colors of #ed438c

#ed438c

Complementary Color

#ed438c #43eda4

#ed438c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed438c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed438c Color CSS Codes

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

#ed438c Text Font Color

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

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


#ed438c Background Color

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

This div background color is #ed438c


#ed438c Border Color

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

This div border color is #ed438c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed438c


Comments

No comments written yet.

Please login to write comment.