Color Hex Logo

#d69dfb Color Hex

#D69DFB
(214,157,251)
0 Favorites   0 Comments

Color spaces of #d69dfb

RGB 214157251
HSL0.770.920.80
HSV276°37°98°
CMYK 0.150.370.00   0.02
XYZ57.201145.375197.0102
Yxy45.37510.28660.2273
Hunter Lab67.361033.6953-38.2339
CIE-Lab73.138237.9257-38.7625

#d69dfb color RGB value is (214,157,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011101 11111011
Octal 326 235 373
Decimal 214 157 251
Hex D6 9D FB

RGB Percentages of Color #d69dfb

%34.41
%25.24
%40.35

CMYK Percentages of Color #d69dfb

%15
%37
%0
%2

Triadic Colors of #d69dfb

#d69dfb #fbd69d #9dfbd6

Analogous Colors of #d69dfb

#d69dfb #fb9df1 #a79dfb

Monochromatic Colors of #d69dfb

#d69dfb

Complementary Color

#d69dfb #c2fb9d

#d69dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69dfb Color CSS Codes

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

#d69dfb Text Font Color

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

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


#d69dfb Background Color

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

This div background color is #d69dfb


#d69dfb Border Color

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

This div border color is #d69dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69dfb


Comments

No comments written yet.

Please login to write comment.