Color Hex Logo

#d65ecd Color Hex

#D65ECD
(214,94,205)
0 Favorites   0 Comments

Color spaces of #d65ecd

RGB 21494205
HSL0.850.590.60
HSV305°56°84°
CMYK 0.000.560.04   0.16
XYZ42.753726.709360.6597
Yxy26.70930.32860.2053
Hunter Lab51.681057.2242-33.4139
CIE-Lab58.704361.1014-35.7668

#d65ecd color RGB value is (214,94,205).

#d65ecd hex color red value is 214, green value is 94 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d65ecd hue: 0.85 , saturation: 0.59 and the lightness value of d65ecd is 0.60.

The process color (four color CMYK) of #d65ecd color hex is 0.00, 0.56, 0.04, 0.16. Web safe color of #d65ecd is #cc66cc. Color #d65ecd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011110 11001101
Octal 326 136 315
Decimal 214 94 205
Hex D6 5E CD

RGB Percentages of Color #d65ecd

%41.72
%18.32
%39.96

CMYK Percentages of Color #d65ecd

%0
%56
%4
%16

Triadic Colors of #d65ecd

#d65ecd #cdd65e #5ecdd6

Analogous Colors of #d65ecd

#d65ecd #d65e91 #a35ed6

Monochromatic Colors of #d65ecd

#d65ecd

Complementary Color

#d65ecd #5ed667

#d65ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d65ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d65ecd Color CSS Codes

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

#d65ecd Text Font Color

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

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


#d65ecd Background Color

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

This div background color is #d65ecd


#d65ecd Border Color

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

This div border color is #d65ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d65ecd


Comments

No comments written yet.

Please login to write comment.