Color Hex Logo

#dc867d Color Hex

#DC867D
(220,134,125)
0 Favorites   0 Comments

Color spaces of #dc867d

RGB 220134125
HSL0.020.580.68
HSV43°86°
CMYK 0.000.390.43   0.14
XYZ41.742033.746523.7157
Yxy33.74650.42080.3402
Hunter Lab58.091726.601216.4593
CIE-Lab64.760931.949518.9088

#dc867d color RGB value is (220,134,125).

#dc867d hex color red value is 220, green value is 134 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dc867d hue: 0.02 , saturation: 0.58 and the lightness value of dc867d is 0.68.

The process color (four color CMYK) of #dc867d color hex is 0.00, 0.39, 0.43, 0.14. Web safe color of #dc867d is #cc9966. Color #dc867d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000110 01111101
Octal 334 206 175
Decimal 220 134 125
Hex DC 86 7D

RGB Percentages of Color #dc867d

%45.93
%27.97
%26.10

CMYK Percentages of Color #dc867d

%0
%39
%43
%14

Triadic Colors of #dc867d

#dc867d #7ddc86 #867ddc

Analogous Colors of #dc867d

#dc867d #dcb67d #dc7da4

Monochromatic Colors of #dc867d

#dc867d

Complementary Color

#dc867d #7dd3dc

#dc867d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc867d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc867d Color CSS Codes

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

#dc867d Text Font Color

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

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


#dc867d Background Color

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

This div background color is #dc867d


#dc867d Border Color

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

This div border color is #dc867d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc867d


Comments

No comments written yet.

Please login to write comment.