Color Hex Logo

#dc97ce Color Hex

#DC97CE
(220,151,206)
0 Favorites   0 Comments

Color spaces of #dc97ce

RGB 220151206
HSL0.870.500.73
HSV312°31°86°
CMYK 0.000.310.06   0.14
XYZ51.722441.805163.7356
Yxy41.80510.32890.2658
Hunter Lab64.656929.6420-13.1854
CIE-Lab70.736334.3463-17.7577

#dc97ce color RGB value is (220,151,206).

#dc97ce hex color red value is 220, green value is 151 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dc97ce hue: 0.87 , saturation: 0.50 and the lightness value of dc97ce is 0.73.

The process color (four color CMYK) of #dc97ce color hex is 0.00, 0.31, 0.06, 0.14. Web safe color of #dc97ce is #cc99cc. Color #dc97ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010111 11001110
Octal 334 227 316
Decimal 220 151 206
Hex DC 97 CE

RGB Percentages of Color #dc97ce

%38.13
%26.17
%35.70

CMYK Percentages of Color #dc97ce

%0
%31
%6
%14

Triadic Colors of #dc97ce

#dc97ce #cedc97 #97cedc

Analogous Colors of #dc97ce

#dc97ce #dc97ac #c897dc

Monochromatic Colors of #dc97ce

#dc97ce

Complementary Color

#dc97ce #97dca5

#dc97ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc97ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc97ce Color CSS Codes

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

#dc97ce Text Font Color

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

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


#dc97ce Background Color

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

This div background color is #dc97ce


#dc97ce Border Color

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

This div border color is #dc97ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,151,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 #dc97ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc97ce


Comments

No comments written yet.

Please login to write comment.