Color Hex Logo

#d69ffb Color Hex

#D69FFB
(214,159,251)
0 Favorites   0 Comments

Color spaces of #d69ffb

RGB 214159251
HSL0.770.920.80
HSV276°37°98°
CMYK 0.150.370.00   0.02
XYZ57.542346.057597.1240
Yxy46.05750.28670.2295
Hunter Lab67.865732.5826-37.3452
CIE-Lab73.582836.8469-38.0711

#d69ffb color RGB value is (214,159,251).

#d69ffb hex color red value is 214, green value is 159 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d69ffb hue: 0.77 , saturation: 0.92 and the lightness value of d69ffb is 0.80.

The process color (four color CMYK) of #d69ffb color hex is 0.15, 0.37, 0.00, 0.02. Web safe color of #d69ffb is #cc99ff. Color #d69ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011111 11111011
Octal 326 237 373
Decimal 214 159 251
Hex D6 9F FB

RGB Percentages of Color #d69ffb

%34.29
%25.48
%40.22

CMYK Percentages of Color #d69ffb

%15
%37
%0
%2

Triadic Colors of #d69ffb

#d69ffb #fbd69f #9ffbd6

Analogous Colors of #d69ffb

#d69ffb #fb9ff2 #a89ffb

Monochromatic Colors of #d69ffb

#d69ffb

Complementary Color

#d69ffb #c4fb9f

#d69ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69ffb Color CSS Codes

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

#d69ffb Text Font Color

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

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


#d69ffb Background Color

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

This div background color is #d69ffb


#d69ffb Border Color

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

This div border color is #d69ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69ffb


Comments

No comments written yet.

Please login to write comment.