Color Hex Logo

#ed7ccd Color Hex

#ED7CCD
(237,124,205)
0 Favorites   0 Comments

Color spaces of #ed7ccd

RGB 237124205
HSL0.880.760.71
HSV317°48°93°
CMYK 0.000.480.14   0.07
XYZ53.152136.827662.0646
Yxy36.82760.34960.2422
Hunter Lab60.685750.1406-18.1571
CIE-Lab67.147553.5425-22.4703

#ed7ccd color RGB value is (237,124,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111100 11001101
Octal 355 174 315
Decimal 237 124 205
Hex ED 7C CD

RGB Percentages of Color #ed7ccd

%41.87
%21.91
%36.22

CMYK Percentages of Color #ed7ccd

%0
%48
%14
%7

Triadic Colors of #ed7ccd

#ed7ccd #cded7c #7ccded

Analogous Colors of #ed7ccd

#ed7ccd #ed7c95 #d57ced

Monochromatic Colors of #ed7ccd

#ed7ccd

Complementary Color

#ed7ccd #7ced9c

#ed7ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed7ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed7ccd Color CSS Codes

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

#ed7ccd Text Font Color

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

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


#ed7ccd Background Color

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

This div background color is #ed7ccd


#ed7ccd Border Color

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

This div border color is #ed7ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed7ccd


Comments

No comments written yet.

Please login to write comment.