Color Hex Logo

#dc7fca Color Hex

#DC7FCA
(220,127,202)
0 Favorites   0 Comments

Color spaces of #dc7fca

RGB 220127202
HSL0.870.570.68
HSV312°42°86°
CMYK 0.000.420.08   0.14
XYZ47.765234.658760.0494
Yxy34.65870.33530.2433
Hunter Lab58.871641.7997-19.2660
CIE-Lab65.482146.3061-23.5271

#dc7fca color RGB value is (220,127,202).

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

The process color (four color CMYK) of #dc7fca color hex is 0.00, 0.42, 0.08, 0.14. Web safe color of #dc7fca is #cc66cc. Color #dc7fca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01111111 11001010
Octal 334 177 312
Decimal 220 127 202
Hex DC 7F CA

RGB Percentages of Color #dc7fca

%40.07
%23.13
%36.79

CMYK Percentages of Color #dc7fca

%0
%42
%8
%14

Triadic Colors of #dc7fca

#dc7fca #cadc7f #7fcadc

Analogous Colors of #dc7fca

#dc7fca #dc7f9c #c07fdc

Monochromatic Colors of #dc7fca

#dc7fca

Complementary Color

#dc7fca #7fdc91

#dc7fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc7fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc7fca Color CSS Codes

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

#dc7fca Text Font Color

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

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


#dc7fca Background Color

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

This div background color is #dc7fca


#dc7fca Border Color

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

This div border color is #dc7fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc7fca


Comments

No comments written yet.

Please login to write comment.