Color Hex Logo

#d696ba Color Hex

#D696BA
(214,150,186)
0 Favorites   0 Comments

Color spaces of #d696ba

RGB 214150186
HSL0.910.440.71
HSV326°30°84°
CMYK 0.000.300.13   0.16
XYZ47.500839.654051.6048
Yxy39.65400.34230.2858
Hunter Lab62.971424.4467-4.5079
CIE-Lab69.222429.4492-8.9986

#d696ba color RGB value is (214,150,186).

#d696ba hex color red value is 214, green value is 150 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d696ba hue: 0.91 , saturation: 0.44 and the lightness value of d696ba is 0.71.

The process color (four color CMYK) of #d696ba color hex is 0.00, 0.30, 0.13, 0.16. Web safe color of #d696ba is #cc99cc. Color #d696ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010110 10111010
Octal 326 226 272
Decimal 214 150 186
Hex D6 96 BA

RGB Percentages of Color #d696ba

%38.91
%27.27
%33.82

CMYK Percentages of Color #d696ba

%0
%30
%13
%16

Triadic Colors of #d696ba

#d696ba #bad696 #96bad6

Analogous Colors of #d696ba

#d696ba #d6969a #d296d6

Monochromatic Colors of #d696ba

#d696ba

Complementary Color

#d696ba #96d6b2

#d696ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d696ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d696ba Color CSS Codes

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

#d696ba Text Font Color

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

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


#d696ba Background Color

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

This div background color is #d696ba


#d696ba Border Color

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

This div border color is #d696ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d696ba


Comments

No comments written yet.

Please login to write comment.