Color Hex Logo

#d69bda Color Hex

#D69BDA
(214,155,218)
0 Favorites   0 Comments

Color spaces of #d69bda

RGB 214155218
HSL0.820.460.73
HSV296°29°85°
CMYK 0.020.290.00   0.15
XYZ52.107842.800871.8447
Yxy42.80080.31250.2567
Hunter Lab65.422327.6832-19.3148
CIE-Lab71.419632.4127-23.3938

#d69bda color RGB value is (214,155,218).

#d69bda hex color red value is 214, green value is 155 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d69bda hue: 0.82 , saturation: 0.46 and the lightness value of d69bda is 0.73.

The process color (four color CMYK) of #d69bda color hex is 0.02, 0.29, 0.00, 0.15. Web safe color of #d69bda is #cc99cc. Color #d69bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011011 11011010
Octal 326 233 332
Decimal 214 155 218
Hex D6 9B DA

RGB Percentages of Color #d69bda

%36.46
%26.41
%37.14

CMYK Percentages of Color #d69bda

%2
%29
%0
%15

Triadic Colors of #d69bda

#d69bda #dad69b #9bdad6

Analogous Colors of #d69bda

#d69bda #da9bbf #b79bda

Monochromatic Colors of #d69bda

#d69bda

Complementary Color

#d69bda #9fda9b

#d69bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69bda Color CSS Codes

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

#d69bda Text Font Color

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

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


#d69bda Background Color

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

This div background color is #d69bda


#d69bda Border Color

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

This div border color is #d69bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69bda


Comments

No comments written yet.

Please login to write comment.