Color Hex Logo

#d64fdf Color Hex

#D64FDF
(214,79,223)
0 Favorites   0 Comments

Color spaces of #d64fdf

RGB 21479223
HSL0.820.690.59
HSV296°65°87°
CMYK 0.040.650.00   0.13
XYZ43.846825.215872.3682
Yxy25.21580.31000.1783
Hunter Lab50.215367.9850-50.2955
CIE-Lab57.285170.4562-48.1854

#d64fdf color RGB value is (214,79,223).

#d64fdf hex color red value is 214, green value is 79 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d64fdf hue: 0.82 , saturation: 0.69 and the lightness value of d64fdf is 0.59.

The process color (four color CMYK) of #d64fdf color hex is 0.04, 0.65, 0.00, 0.13. Web safe color of #d64fdf is #cc66cc. Color #d64fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001111 11011111
Octal 326 117 337
Decimal 214 79 223
Hex D6 4F DF

RGB Percentages of Color #d64fdf

%41.47
%15.31
%43.22

CMYK Percentages of Color #d64fdf

%4
%65
%0
%13

Triadic Colors of #d64fdf

#d64fdf #dfd64f #4fdfd6

Analogous Colors of #d64fdf

#d64fdf #df4fa0 #8e4fdf

Monochromatic Colors of #d64fdf

#d64fdf

Complementary Color

#d64fdf #58df4f

#d64fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64fdf Color CSS Codes

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

#d64fdf Text Font Color

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

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


#d64fdf Background Color

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

This div background color is #d64fdf


#d64fdf Border Color

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

This div border color is #d64fdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,79,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64fdf


Comments

No comments written yet.

Please login to write comment.