Color Hex Logo

#d74ecd Color Hex

#D74ECD
(215,78,205)
0 Favorites   0 Comments

Color spaces of #d74ecd

RGB 21578205
HSL0.850.630.57
HSV304°64°84°
CMYK 0.000.640.05   0.16
XYZ41.768224.303660.2473
Yxy24.30360.33070.1924
Hunter Lab49.298764.9610-37.9485
CIE-Lab56.390568.1081-39.3823

#d74ecd color RGB value is (215,78,205).

#d74ecd hex color red value is 215, green value is 78 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d74ecd hue: 0.85 , saturation: 0.63 and the lightness value of d74ecd is 0.57.

The process color (four color CMYK) of #d74ecd color hex is 0.00, 0.64, 0.05, 0.16. Web safe color of #d74ecd is #cc66cc. Color #d74ecd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001110 11001101
Octal 327 116 315
Decimal 215 78 205
Hex D7 4E CD

RGB Percentages of Color #d74ecd

%43.17
%15.66
%41.16

CMYK Percentages of Color #d74ecd

%0
%64
%5
%16

Triadic Colors of #d74ecd

#d74ecd #cdd74e #4ecdd7

Analogous Colors of #d74ecd

#d74ecd #d74e89 #9d4ed7

Monochromatic Colors of #d74ecd

#d74ecd

Complementary Color

#d74ecd #4ed758

#d74ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74ecd Color CSS Codes

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

#d74ecd Text Font Color

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

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


#d74ecd Background Color

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

This div background color is #d74ecd


#d74ecd Border Color

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

This div border color is #d74ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74ecd


Comments

No comments written yet.

Please login to write comment.