Color Hex Logo

#dc8fca Color Hex

#DC8FCA
(220,143,202)
0 Favorites   0 Comments

Color spaces of #dc8fca

RGB 220143202
HSL0.870.520.71
HSV314°35°86°
CMYK 0.000.350.08   0.14
XYZ49.998339.124860.7938
Yxy39.12480.33350.2610
Hunter Lab62.549833.2192-13.8406
CIE-Lab68.841637.9263-18.4099

#dc8fca color RGB value is (220,143,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001111 11001010
Octal 334 217 312
Decimal 220 143 202
Hex DC 8F CA

RGB Percentages of Color #dc8fca

%38.94
%25.31
%35.75

CMYK Percentages of Color #dc8fca

%0
%35
%8
%14

Triadic Colors of #dc8fca

#dc8fca #cadc8f #8fcadc

Analogous Colors of #dc8fca

#dc8fca #dc8fa4 #c88fdc

Monochromatic Colors of #dc8fca

#dc8fca

Complementary Color

#dc8fca #8fdca1

#dc8fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8fca Color CSS Codes

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

#dc8fca Text Font Color

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

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


#dc8fca Background Color

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

This div background color is #dc8fca


#dc8fca Border Color

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

This div border color is #dc8fca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,143,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8fca


Comments

No comments written yet.

Please login to write comment.