Color Hex Logo

#d69bbf Color Hex

#D69BBF
(214,155,191)
0 Favorites   0 Comments

Color spaces of #d69bbf

RGB 214155191
HSL0.900.420.72
HSV323°28°84°
CMYK 0.000.280.11   0.16
XYZ48.856941.500454.7256
Yxy41.50040.33680.2860
Hunter Lab64.420822.6384-5.2724
CIE-Lab70.525127.5747-9.8346

#d69bbf color RGB value is (214,155,191).

#d69bbf hex color red value is 214, green value is 155 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d69bbf hue: 0.90 , saturation: 0.42 and the lightness value of d69bbf is 0.72.

The process color (four color CMYK) of #d69bbf color hex is 0.00, 0.28, 0.11, 0.16. Web safe color of #d69bbf is #cc99cc. Color #d69bbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011011 10111111
Octal 326 233 277
Decimal 214 155 191
Hex D6 9B BF

RGB Percentages of Color #d69bbf

%38.21
%27.68
%34.11

CMYK Percentages of Color #d69bbf

%0
%28
%11
%16

Triadic Colors of #d69bbf

#d69bbf #bfd69b #9bbfd6

Analogous Colors of #d69bbf

#d69bbf #d69ba2 #d09bd6

Monochromatic Colors of #d69bbf

#d69bbf

Complementary Color

#d69bbf #9bd6b2

#d69bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69bbf Color CSS Codes

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

#d69bbf Text Font Color

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

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


#d69bbf Background Color

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

This div background color is #d69bbf


#d69bbf Border Color

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

This div border color is #d69bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69bbf


Comments

No comments written yet.

Please login to write comment.