Color Hex Logo

#ed63d1 Color Hex

#ED63D1
(237,99,209)
0 Favorites   0 Comments

Color spaces of #ed63d1

RGB 23799209
HSL0.870.790.66
HSV312°58°93°
CMYK 0.000.580.12   0.07
XYZ50.895531.531763.7253
Yxy31.53170.34820.2157
Hunter Lab56.153163.5192-27.9780
CIE-Lab62.953965.7040-31.1666

#ed63d1 color RGB value is (237,99,209).

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

The process color (four color CMYK) of #ed63d1 color hex is 0.00, 0.58, 0.12, 0.07. Web safe color of #ed63d1 is #ff66cc. Color #ed63d1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100011 11010001
Octal 355 143 321
Decimal 237 99 209
Hex ED 63 D1

RGB Percentages of Color #ed63d1

%43.49
%18.17
%38.35

CMYK Percentages of Color #ed63d1

%0
%58
%12
%7

Triadic Colors of #ed63d1

#ed63d1 #d1ed63 #63d1ed

Analogous Colors of #ed63d1

#ed63d1 #ed638c #c463ed

Monochromatic Colors of #ed63d1

#ed63d1

Complementary Color

#ed63d1 #63ed7f

#ed63d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed63d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed63d1 Color CSS Codes

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

#ed63d1 Text Font Color

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

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


#ed63d1 Background Color

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

This div background color is #ed63d1


#ed63d1 Border Color

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

This div border color is #ed63d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed63d1


Comments

No comments written yet.

Please login to write comment.