Color Hex Logo

#ed6fda Color Hex

#ED6FDA
(237,111,218)
0 Favorites   0 Comments

Color spaces of #ed6fda

RGB 237111218
HSL0.860.780.68
HSV309°53°93°
CMYK 0.000.530.08   0.07
XYZ53.264434.435470.1690
Yxy34.43540.33740.2181
Hunter Lab58.681759.3286-29.8192
CIE-Lab65.306761.7669-32.5688

#ed6fda color RGB value is (237,111,218).

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

The process color (four color CMYK) of #ed6fda color hex is 0.00, 0.53, 0.08, 0.07. Web safe color of #ed6fda is #ff66cc. Color #ed6fda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101111 11011010
Octal 355 157 332
Decimal 237 111 218
Hex ED 6F DA

RGB Percentages of Color #ed6fda

%41.87
%19.61
%38.52

CMYK Percentages of Color #ed6fda

%0
%53
%8
%7

Triadic Colors of #ed6fda

#ed6fda #daed6f #6fdaed

Analogous Colors of #ed6fda

#ed6fda #ed6f9b #c16fed

Monochromatic Colors of #ed6fda

#ed6fda

Complementary Color

#ed6fda #6fed82

#ed6fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed6fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed6fda Color CSS Codes

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

#ed6fda Text Font Color

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

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


#ed6fda Background Color

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

This div background color is #ed6fda


#ed6fda Border Color

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

This div border color is #ed6fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed6fda


Comments

No comments written yet.

Please login to write comment.