Color Hex Logo

#d698ce Color Hex

#D698CE
(214,152,206)
0 Favorites   0 Comments

Color spaces of #d698ce

RGB 214152206
HSL0.850.430.72
HSV308°29°84°
CMYK 0.000.290.04   0.16
XYZ50.100441.208863.7060
Yxy41.20880.32320.2658
Hunter Lab64.194126.9710-13.9033
CIE-Lab70.322031.8199-18.4462

#d698ce color RGB value is (214,152,206).

#d698ce hex color red value is 214, green value is 152 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d698ce hue: 0.85 , saturation: 0.43 and the lightness value of d698ce is 0.72.

The process color (four color CMYK) of #d698ce color hex is 0.00, 0.29, 0.04, 0.16. Web safe color of #d698ce is #cc99cc. Color #d698ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011000 11001110
Octal 326 230 316
Decimal 214 152 206
Hex D6 98 CE

RGB Percentages of Color #d698ce

%37.41
%26.57
%36.01

CMYK Percentages of Color #d698ce

%0
%29
%4
%16

Triadic Colors of #d698ce

#d698ce #ced698 #98ced6

Analogous Colors of #d698ce

#d698ce #d698af #bf98d6

Monochromatic Colors of #d698ce

#d698ce

Complementary Color

#d698ce #98d6a0

#d698ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d698ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d698ce Color CSS Codes

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

#d698ce Text Font Color

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

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


#d698ce Background Color

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

This div background color is #d698ce


#d698ce Border Color

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

This div border color is #d698ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d698ce


Comments

No comments written yet.

Please login to write comment.