Color Hex Logo

#d647de Color Hex

#D647DE
(214,71,222)
0 Favorites   0 Comments

Color spaces of #d647de

RGB 21471222
HSL0.820.700.57
HSV297°68°87°
CMYK 0.040.680.00   0.13
XYZ43.169624.076571.4792
Yxy24.07650.31120.1736
Hunter Lab49.067871.1747-52.0228
CIE-Lab56.164373.2878-49.4002

#d647de color RGB value is (214,71,222).

#d647de hex color red value is 214, green value is 71 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d647de hue: 0.82 , saturation: 0.70 and the lightness value of d647de is 0.57.

The process color (four color CMYK) of #d647de color hex is 0.04, 0.68, 0.00, 0.13. Web safe color of #d647de is #cc33cc. Color #d647de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01000111 11011110
Octal 326 107 336
Decimal 214 71 222
Hex D6 47 DE

RGB Percentages of Color #d647de

%42.21
%14.00
%43.79

CMYK Percentages of Color #d647de

%4
%68
%0
%13

Triadic Colors of #d647de

#d647de #ded647 #47ded6

Analogous Colors of #d647de

#d647de #de479b #8b47de

Monochromatic Colors of #d647de

#d647de

Complementary Color

#d647de #4fde47

#d647de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d647de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d647de Color CSS Codes

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

#d647de Text Font Color

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

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


#d647de Background Color

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

This div background color is #d647de


#d647de Border Color

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

This div border color is #d647de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d647de


Comments

No comments written yet.

Please login to write comment.