Color Hex Logo

#d74ecc Color Hex

#D74ECC
(215,78,204)
0 Favorites   0 Comments

Color spaces of #d74ecc

RGB 21578204
HSL0.850.630.57
HSV305°64°84°
CMYK 0.000.640.05   0.16
XYZ41.647824.255559.6134
Yxy24.25550.33180.1932
Hunter Lab49.249964.7600-37.2913
CIE-Lab56.342767.9485-38.8868

#d74ecc color RGB value is (215,78,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001110 11001100
Octal 327 116 314
Decimal 215 78 204
Hex D7 4E CC

RGB Percentages of Color #d74ecc

%43.26
%15.69
%41.05

CMYK Percentages of Color #d74ecc

%0
%64
%5
%16

Triadic Colors of #d74ecc

#d74ecc #ccd74e #4eccd7

Analogous Colors of #d74ecc

#d74ecc #d74e88 #9e4ed7

Monochromatic Colors of #d74ecc

#d74ecc

Complementary Color

#d74ecc #4ed759

#d74ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74ecc Color CSS Codes

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

#d74ecc Text Font Color

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

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


#d74ecc Background Color

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

This div background color is #d74ecc


#d74ecc Border Color

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

This div border color is #d74ecc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,78,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74ecc


Comments

No comments written yet.

Please login to write comment.