Color Hex Logo

#d74dcf Color Hex

#D74DCF
(215,77,207)
0 Favorites   0 Comments

Color spaces of #d74dcf

RGB 21577207
HSL0.840.630.57
HSV303°64°84°
CMYK 0.000.640.04   0.16
XYZ41.940724.259861.5036
Yxy24.25980.32840.1900
Hunter Lab49.254265.8004-39.5573
CIE-Lab56.347068.8183-40.5907

#d74dcf color RGB value is (215,77,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001101 11001111
Octal 327 115 317
Decimal 215 77 207
Hex D7 4D CF

RGB Percentages of Color #d74dcf

%43.09
%15.43
%41.48

CMYK Percentages of Color #d74dcf

%0
%64
%4
%16

Triadic Colors of #d74dcf

#d74dcf #cfd74d #4dcfd7

Analogous Colors of #d74dcf

#d74dcf #d74d8a #9a4dd7

Monochromatic Colors of #d74dcf

#d74dcf

Complementary Color

#d74dcf #4dd755

#d74dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74dcf Color CSS Codes

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

#d74dcf Text Font Color

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

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


#d74dcf Background Color

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

This div background color is #d74dcf


#d74dcf Border Color

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

This div border color is #d74dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74dcf


Comments

No comments written yet.

Please login to write comment.