Color Hex Logo

#dc8fce Color Hex

#DC8FCE
(220,143,206)
0 Favorites   0 Comments

Color spaces of #dc8fce

RGB 220143206
HSL0.860.520.71
HSV311°35°86°
CMYK 0.000.350.06   0.14
XYZ50.478239.316863.3209
Yxy39.31680.32970.2568
Hunter Lab62.703133.9683-15.9820
CIE-Lab68.980138.6163-20.4220

#dc8fce color RGB value is (220,143,206).

#dc8fce hex color red value is 220, green value is 143 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dc8fce hue: 0.86 , saturation: 0.52 and the lightness value of dc8fce is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001111 11001110
Octal 334 217 316
Decimal 220 143 206
Hex DC 8F CE

RGB Percentages of Color #dc8fce

%38.66
%25.13
%36.20

CMYK Percentages of Color #dc8fce

%0
%35
%6
%14

Triadic Colors of #dc8fce

#dc8fce #cedc8f #8fcedc

Analogous Colors of #dc8fce

#dc8fce #dc8fa8 #c48fdc

Monochromatic Colors of #dc8fce

#dc8fce

Complementary Color

#dc8fce #8fdc9d

#dc8fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8fce Color CSS Codes

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

#dc8fce Text Font Color

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

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


#dc8fce Background Color

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

This div background color is #dc8fce


#dc8fce Border Color

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

This div border color is #dc8fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8fce


Comments

No comments written yet.

Please login to write comment.