Color Hex Logo

#d64bdd Color Hex

#D64BDD
(214,75,221)
0 Favorites   0 Comments

Color spaces of #d64bdd

RGB 21475221
HSL0.830.680.58
HSV297°66°87°
CMYK 0.030.660.00   0.13
XYZ43.298824.548870.8629
Yxy24.54880.31220.1770
Hunter Lab49.546769.2840-50.1152
CIE-Lab56.633171.6501-48.0908

#d64bdd color RGB value is (214,75,221).

#d64bdd hex color red value is 214, green value is 75 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d64bdd hue: 0.83 , saturation: 0.68 and the lightness value of d64bdd is 0.58.

The process color (four color CMYK) of #d64bdd color hex is 0.03, 0.66, 0.00, 0.13. Web safe color of #d64bdd is #cc33cc. Color #d64bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001011 11011101
Octal 326 113 335
Decimal 214 75 221
Hex D6 4B DD

RGB Percentages of Color #d64bdd

%41.96
%14.71
%43.33

CMYK Percentages of Color #d64bdd

%3
%66
%0
%13

Triadic Colors of #d64bdd

#d64bdd #ddd64b #4bddd6

Analogous Colors of #d64bdd

#d64bdd #dd4b9b #8d4bdd

Monochromatic Colors of #d64bdd

#d64bdd

Complementary Color

#d64bdd #52dd4b

#d64bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64bdd Color CSS Codes

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

#d64bdd Text Font Color

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

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


#d64bdd Background Color

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

This div background color is #d64bdd


#d64bdd Border Color

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

This div border color is #d64bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64bdd


Comments

No comments written yet.

Please login to write comment.