Color Hex Logo

#d692cf Color Hex

#D692CF
(214,146,207)
0 Favorites   0 Comments

Color spaces of #d692cf

RGB 214146207
HSL0.850.450.71
HSV306°32°84°
CMYK 0.000.320.03   0.16
XYZ49.272939.358964.0315
Yxy39.35890.32280.2578
Hunter Lab62.736730.4034-16.5980
CIE-Lab69.010435.2369-20.9919

#d692cf color RGB value is (214,146,207).

#d692cf hex color red value is 214, green value is 146 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d692cf hue: 0.85 , saturation: 0.45 and the lightness value of d692cf is 0.71.

The process color (four color CMYK) of #d692cf color hex is 0.00, 0.32, 0.03, 0.16. Web safe color of #d692cf is #cc99cc. Color #d692cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010010 11001111
Octal 326 222 317
Decimal 214 146 207
Hex D6 92 CF

RGB Percentages of Color #d692cf

%37.74
%25.75
%36.51

CMYK Percentages of Color #d692cf

%0
%32
%3
%16

Triadic Colors of #d692cf

#d692cf #cfd692 #92cfd6

Analogous Colors of #d692cf

#d692cf #d692ad #bb92d6

Monochromatic Colors of #d692cf

#d692cf

Complementary Color

#d692cf #92d699

#d692cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d692cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d692cf Color CSS Codes

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

#d692cf Text Font Color

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

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


#d692cf Background Color

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

This div background color is #d692cf


#d692cf Border Color

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

This div border color is #d692cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d692cf


Comments

No comments written yet.

Please login to write comment.