Color Hex Logo

#ed69cd Color Hex

#ED69CD
(237,105,205)
0 Favorites   0 Comments

Color spaces of #ed69cd

RGB 237105205
HSL0.870.790.67
HSV315°56°93°
CMYK 0.000.560.14   0.07
XYZ50.996132.515561.3459
Yxy32.51550.35200.2245
Hunter Lab57.022459.8465-23.8698
CIE-Lab63.766762.4682-27.6567

#ed69cd color RGB value is (237,105,205).

#ed69cd hex color red value is 237, green value is 105 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ed69cd hue: 0.87 , saturation: 0.79 and the lightness value of ed69cd is 0.67.

The process color (four color CMYK) of #ed69cd color hex is 0.00, 0.56, 0.14, 0.07. Web safe color of #ed69cd is #ff66cc. Color #ed69cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101001 11001101
Octal 355 151 315
Decimal 237 105 205
Hex ED 69 CD

RGB Percentages of Color #ed69cd

%43.33
%19.20
%37.48

CMYK Percentages of Color #ed69cd

%0
%56
%14
%7

Triadic Colors of #ed69cd

#ed69cd #cded69 #69cded

Analogous Colors of #ed69cd

#ed69cd #ed698b #cb69ed

Monochromatic Colors of #ed69cd

#ed69cd

Complementary Color

#ed69cd #69ed89

#ed69cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed69cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed69cd Color CSS Codes

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

#ed69cd Text Font Color

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

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


#ed69cd Background Color

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

This div background color is #ed69cd


#ed69cd Border Color

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

This div border color is #ed69cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed69cd


Comments

No comments written yet.

Please login to write comment.