Color Hex Logo

#d696c8 Color Hex

#D696C8
(214,150,200)
0 Favorites   0 Comments

Color spaces of #d696c8

RGB 214150200
HSL0.870.440.71
HSV313°30°84°
CMYK 0.000.300.07   0.16
XYZ49.063240.279059.8323
Yxy40.27900.32890.2700
Hunter Lab63.465726.9272-11.4696
CIE-Lab69.667831.8329-16.1125

#d696c8 color RGB value is (214,150,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010110 11001000
Octal 326 226 310
Decimal 214 150 200
Hex D6 96 C8

RGB Percentages of Color #d696c8

%37.94
%26.60
%35.46

CMYK Percentages of Color #d696c8

%0
%30
%7
%16

Triadic Colors of #d696c8

#d696c8 #c8d696 #96c8d6

Analogous Colors of #d696c8

#d696c8 #d696a8 #c496d6

Monochromatic Colors of #d696c8

#d696c8

Complementary Color

#d696c8 #96d6a4

#d696c8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d696c8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d696c8 Color CSS Codes

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

#d696c8 Text Font Color

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

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


#d696c8 Background Color

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

This div background color is #d696c8


#d696c8 Border Color

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

This div border color is #d696c8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d696c8


Comments

No comments written yet.

Please login to write comment.