Color Hex Logo

#dc6fcc Color Hex

#DC6FCC
(220,111,204)
0 Favorites   0 Comments

Color spaces of #dc6fcc

RGB 220111204
HSL0.860.610.65
HSV309°50°86°
CMYK 0.000.500.07   0.14
XYZ46.098730.944260.6699
Yxy30.94420.33470.2247
Hunter Lab55.627550.5754-25.7251
CIE-Lab62.460554.6522-29.2997

#dc6fcc color RGB value is (220,111,204).

#dc6fcc hex color red value is 220, green value is 111 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dc6fcc hue: 0.86 , saturation: 0.61 and the lightness value of dc6fcc is 0.65.

The process color (four color CMYK) of #dc6fcc color hex is 0.00, 0.50, 0.07, 0.14. Web safe color of #dc6fcc is #cc66cc. Color #dc6fcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101111 11001100
Octal 334 157 314
Decimal 220 111 204
Hex DC 6F CC

RGB Percentages of Color #dc6fcc

%41.12
%20.75
%38.13

CMYK Percentages of Color #dc6fcc

%0
%50
%7
%14

Triadic Colors of #dc6fcc

#dc6fcc #ccdc6f #6fccdc

Analogous Colors of #dc6fcc

#dc6fcc #dc6f96 #b66fdc

Monochromatic Colors of #dc6fcc

#dc6fcc

Complementary Color

#dc6fcc #6fdc7f

#dc6fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6fcc Color CSS Codes

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

#dc6fcc Text Font Color

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

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


#dc6fcc Background Color

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

This div background color is #dc6fcc


#dc6fcc Border Color

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

This div border color is #dc6fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6fcc


Comments

No comments written yet.

Please login to write comment.