Color Hex Logo

#ed067c Color Hex

#ED067C
(237,6,124)
0 Favorites   0 Comments

Color spaces of #ed067c

RGB 2376124
HSL0.910.950.48
HSV329°97°93°
CMYK 0.000.970.48   0.07
XYZ38.628319.590020.8141
Yxy19.59000.48880.2479
Hunter Lab44.260678.32933.1005
CIE-Lab51.370579.97150.9444

#ed067c color RGB value is (237,6,124).

#ed067c hex color red value is 237, green value is 6 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ed067c hue: 0.91 , saturation: 0.95 and the lightness value of ed067c is 0.48.

The process color (four color CMYK) of #ed067c color hex is 0.00, 0.97, 0.48, 0.07. Web safe color of #ed067c is #ff0066. Color #ed067c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000110 01111100
Octal 355 6 174
Decimal 237 6 124
Hex ED 6 7C

RGB Percentages of Color #ed067c

%64.58
%1.63
%33.79

CMYK Percentages of Color #ed067c

%0
%97
%48
%7

Triadic Colors of #ed067c

#ed067c #7ced06 #067ced

Analogous Colors of #ed067c

#ed067c #ed0609 #eb06ed

Monochromatic Colors of #ed067c

#ed067c

Complementary Color

#ed067c #06ed77

#ed067c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed067c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed067c Color CSS Codes

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

#ed067c Text Font Color

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

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


#ed067c Background Color

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

This div background color is #ed067c


#ed067c Border Color

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

This div border color is #ed067c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed067c


Comments

No comments written yet.

Please login to write comment.