Color Hex Logo

#d669ed Color Hex

#D669ED
(214,105,237)
0 Favorites   0 Comments

Color spaces of #d669ed

RGB 214105237
HSL0.800.790.67
HSV290°56°93°
CMYK 0.100.560.00   0.07
XYZ48.069230.513783.4770
Yxy30.51370.29660.1883
Hunter Lab55.239258.6622-50.9311
CIE-Lab62.094961.7473-48.4018

#d669ed color RGB value is (214,105,237).

#d669ed hex color red value is 214, green value is 105 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d669ed hue: 0.80 , saturation: 0.79 and the lightness value of d669ed is 0.67.

The process color (four color CMYK) of #d669ed color hex is 0.10, 0.56, 0.00, 0.07. Web safe color of #d669ed is #cc66ff. Color #d669ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01101001 11101101
Octal 326 151 355
Decimal 214 105 237
Hex D6 69 ED

RGB Percentages of Color #d669ed

%38.49
%18.88
%42.63

CMYK Percentages of Color #d669ed

%10
%56
%0
%7

Triadic Colors of #d669ed

#d669ed #edd669 #69edd6

Analogous Colors of #d669ed

#d669ed #ed69c2 #9469ed

Monochromatic Colors of #d669ed

#d669ed

Complementary Color

#d669ed #80ed69

#d669ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d669ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d669ed Color CSS Codes

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

#d669ed Text Font Color

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

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


#d669ed Background Color

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

This div background color is #d669ed


#d669ed Border Color

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

This div border color is #d669ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,105,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 #d669ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d669ed


Comments

No comments written yet.

Please login to write comment.