Color Hex Logo

#d64dfd Color Hex

#D64DFD
(214,77,253)
0 Favorites   0 Comments

Color spaces of #d64dfd

RGB 21477253
HSL0.800.980.65
HSV287°70°99°
CMYK 0.150.700.00   0.01
XYZ48.115126.695795.5454
Yxy26.69570.28240.1567
Hunter Lab51.667975.8072-73.4729
CIE-Lab58.691676.5437-62.6969

#d64dfd color RGB value is (214,77,253).

#d64dfd hex color red value is 214, green value is 77 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d64dfd hue: 0.80 , saturation: 0.98 and the lightness value of d64dfd is 0.65.

The process color (four color CMYK) of #d64dfd color hex is 0.15, 0.70, 0.00, 0.01. Web safe color of #d64dfd is #cc66ff. Color #d64dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001101 11111101
Octal 326 115 375
Decimal 214 77 253
Hex D6 4D FD

RGB Percentages of Color #d64dfd

%39.34
%14.15
%46.51

CMYK Percentages of Color #d64dfd

%15
%70
%0
%1

Triadic Colors of #d64dfd

#d64dfd #fdd64d #4dfdd6

Analogous Colors of #d64dfd

#d64dfd #fd4dcc #7e4dfd

Monochromatic Colors of #d64dfd

#d64dfd

Complementary Color

#d64dfd #74fd4d

#d64dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64dfd Color CSS Codes

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

#d64dfd Text Font Color

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

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


#d64dfd Background Color

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

This div background color is #d64dfd


#d64dfd Border Color

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

This div border color is #d64dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64dfd


Comments

No comments written yet.

Please login to write comment.