Color Hex Logo

#d647ed Color Hex

#D647ED
(214,71,237)
0 Favorites   0 Comments

Color spaces of #d647ed

RGB 21471237
HSL0.810.820.60
HSV292°70°93°
CMYK 0.100.700.00   0.07
XYZ45.270924.917082.5442
Yxy24.91700.29640.1631
Hunter Lab49.916974.5314-63.1019
CIE-Lab56.994575.8470-56.5114

#d647ed color RGB value is (214,71,237).

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

The process color (four color CMYK) of #d647ed color hex is 0.10, 0.70, 0.00, 0.07. Web safe color of #d647ed is #cc33ff. Color #d647ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01000111 11101101
Octal 326 107 355
Decimal 214 71 237
Hex D6 47 ED

RGB Percentages of Color #d647ed

%41.00
%13.60
%45.40

CMYK Percentages of Color #d647ed

%10
%70
%0
%7

Triadic Colors of #d647ed

#d647ed #edd647 #47edd6

Analogous Colors of #d647ed

#d647ed #ed47b1 #8347ed

Monochromatic Colors of #d647ed

#d647ed

Complementary Color

#d647ed #5eed47

#d647ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d647ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d647ed Color CSS Codes

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

#d647ed Text Font Color

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

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


#d647ed Background Color

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

This div background color is #d647ed


#d647ed Border Color

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

This div border color is #d647ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d647ed


Comments

No comments written yet.

Please login to write comment.