Color Hex Logo

#d69fff Color Hex

#D69FFF
(214,159,255)
0 Favorites   0 Comments

Color spaces of #d69fff

RGB 214159255
HSL0.761.000.81
HSV274°38°100°
CMYK 0.160.380.00   0.00
XYZ58.179746.3124100.4805
Yxy46.31240.28380.2259
Hunter Lab68.053233.5092-39.9044
CIE-Lab73.747837.6919-39.9794

#d69fff color RGB value is (214,159,255).

#d69fff hex color red value is 214, green value is 159 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d69fff hue: 0.76 , saturation: 1.00 and the lightness value of d69fff is 0.81.

The process color (four color CMYK) of #d69fff color hex is 0.16, 0.38, 0.00, 0.00. Web safe color of #d69fff is #cc99ff. Color #d69fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011111 11111111
Octal 326 237 377
Decimal 214 159 255
Hex D6 9F FF

RGB Percentages of Color #d69fff

%34.08
%25.32
%40.61

CMYK Percentages of Color #d69fff

%16
%38
%0
%0

Triadic Colors of #d69fff

#d69fff #ffd69f #9fffd6

Analogous Colors of #d69fff

#d69fff #ff9ff8 #a69fff

Monochromatic Colors of #d69fff

#d69fff

Complementary Color

#d69fff #c8ff9f

#d69fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69fff Color CSS Codes

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

#d69fff Text Font Color

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

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


#d69fff Background Color

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

This div background color is #d69fff


#d69fff Border Color

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

This div border color is #d69fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69fff

Related Colors

#d69fff Color Palettes


Comments

No comments written yet.

Please login to write comment.