Color Hex Logo

#ed66cd Color Hex

#ED66CD
(237,102,205)
0 Favorites   0 Comments

Color spaces of #ed66cd

RGB 237102205
HSL0.870.790.66
HSV314°57°93°
CMYK 0.000.570.14   0.07
XYZ50.695931.915061.2459
Yxy31.91500.35240.2219
Hunter Lab56.493461.3186-24.7325
CIE-Lab63.272663.7991-28.4188

#ed66cd color RGB value is (237,102,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100110 11001101
Octal 355 146 315
Decimal 237 102 205
Hex ED 66 CD

RGB Percentages of Color #ed66cd

%43.57
%18.75
%37.68

CMYK Percentages of Color #ed66cd

%0
%57
%14
%7

Triadic Colors of #ed66cd

#ed66cd #cded66 #66cded

Analogous Colors of #ed66cd

#ed66cd #ed668a #ca66ed

Monochromatic Colors of #ed66cd

#ed66cd

Complementary Color

#ed66cd #66ed86

#ed66cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed66cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed66cd Color CSS Codes

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

#ed66cd Text Font Color

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

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


#ed66cd Background Color

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

This div background color is #ed66cd


#ed66cd Border Color

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

This div border color is #ed66cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,102,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 #ed66cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed66cd


Comments

No comments written yet.

Please login to write comment.