Color Hex Logo

#dc78cd Color Hex

#DC78CD
(220,120,205)
0 Favorites   0 Comments

Color spaces of #dc78cd

RGB 220120205
HSL0.860.590.67
HSV309°45°86°
CMYK 0.000.450.07   0.14
XYZ47.251133.056461.6477
Yxy33.05640.33290.2329
Hunter Lab57.494746.0817-23.3264
CIE-Lab64.206650.3727-27.1687

#dc78cd color RGB value is (220,120,205).

#dc78cd hex color red value is 220, green value is 120 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dc78cd hue: 0.86 , saturation: 0.59 and the lightness value of dc78cd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01111000 11001101
Octal 334 170 315
Decimal 220 120 205
Hex DC 78 CD

RGB Percentages of Color #dc78cd

%40.37
%22.02
%37.61

CMYK Percentages of Color #dc78cd

%0
%45
%7
%14

Triadic Colors of #dc78cd

#dc78cd #cddc78 #78cddc

Analogous Colors of #dc78cd

#dc78cd #dc789b #b978dc

Monochromatic Colors of #dc78cd

#dc78cd

Complementary Color

#dc78cd #78dc87

#dc78cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc78cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc78cd Color CSS Codes

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

#dc78cd Text Font Color

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

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


#dc78cd Background Color

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

This div background color is #dc78cd


#dc78cd Border Color

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

This div border color is #dc78cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc78cd


Comments

No comments written yet.

Please login to write comment.