Color Hex Logo

#ed84cd Color Hex

#ED84CD
(237,132,205)
0 Favorites   0 Comments

Color spaces of #ed84cd

RGB 237132205
HSL0.880.740.72
HSV318°44°93°
CMYK 0.000.440.14   0.07
XYZ54.195838.914862.4125
Yxy38.91480.34850.2502
Hunter Lab62.381745.9086-15.6520
CIE-Lab68.689549.5747-20.1209

#ed84cd color RGB value is (237,132,205).

#ed84cd hex color red value is 237, green value is 132 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ed84cd hue: 0.88 , saturation: 0.74 and the lightness value of ed84cd is 0.72.

The process color (four color CMYK) of #ed84cd color hex is 0.00, 0.44, 0.14, 0.07. Web safe color of #ed84cd is #ff99cc. Color #ed84cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000100 11001101
Octal 355 204 315
Decimal 237 132 205
Hex ED 84 CD

RGB Percentages of Color #ed84cd

%41.29
%23.00
%35.71

CMYK Percentages of Color #ed84cd

%0
%44
%14
%7

Triadic Colors of #ed84cd

#ed84cd #cded84 #84cded

Analogous Colors of #ed84cd

#ed84cd #ed8499 #d984ed

Monochromatic Colors of #ed84cd

#ed84cd

Complementary Color

#ed84cd #84eda4

#ed84cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed84cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed84cd Color CSS Codes

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

#ed84cd Text Font Color

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

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


#ed84cd Background Color

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

This div background color is #ed84cd


#ed84cd Border Color

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

This div border color is #ed84cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed84cd


Comments

No comments written yet.

Please login to write comment.