Color Hex Logo

#ed6faf Color Hex

#ED6FAF
(237,111,175)
0 Favorites   0 Comments

Color spaces of #ed6faf

RGB 237111175
HSL0.920.780.68
HSV330°53°93°
CMYK 0.000.530.26   0.07
XYZ48.347432.468544.2763
Yxy32.46850.38650.2596
Hunter Lab56.981151.7368-6.1836
CIE-Lab63.728255.4744-10.7099

#ed6faf color RGB value is (237,111,175).

#ed6faf hex color red value is 237, green value is 111 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ed6faf hue: 0.92 , saturation: 0.78 and the lightness value of ed6faf is 0.68.

The process color (four color CMYK) of #ed6faf color hex is 0.00, 0.53, 0.26, 0.07. Web safe color of #ed6faf is #ff6699. Color #ed6faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101111 10101111
Octal 355 157 257
Decimal 237 111 175
Hex ED 6F AF

RGB Percentages of Color #ed6faf

%45.32
%21.22
%33.46

CMYK Percentages of Color #ed6faf

%0
%53
%26
%7

Triadic Colors of #ed6faf

#ed6faf #afed6f #6fafed

Analogous Colors of #ed6faf

#ed6faf #ed6f70 #ec6fed

Monochromatic Colors of #ed6faf

#ed6faf

Complementary Color

#ed6faf #6fedad

#ed6faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed6faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed6faf Color CSS Codes

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

#ed6faf Text Font Color

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

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


#ed6faf Background Color

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

This div background color is #ed6faf


#ed6faf Border Color

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

This div border color is #ed6faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed6faf


Comments

No comments written yet.

Please login to write comment.