Color Hex Logo

#dc867b Color Hex

#DC867B
(220,134,123)
0 Favorites   0 Comments

Color spaces of #dc867b

RGB 220134123
HSL0.020.580.67
HSV44°86°
CMYK 0.000.390.44   0.14
XYZ41.615433.695923.0495
Yxy33.69590.42310.3426
Hunter Lab58.048226.384417.0911
CIE-Lab64.720531.738919.9766

#dc867b color RGB value is (220,134,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000110 01111011
Octal 334 206 173
Decimal 220 134 123
Hex DC 86 7B

RGB Percentages of Color #dc867b

%46.12
%28.09
%25.79

CMYK Percentages of Color #dc867b

%0
%39
%44
%14

Triadic Colors of #dc867b

#dc867b #7bdc86 #867bdc

Analogous Colors of #dc867b

#dc867b #dcb77b #dc7ba1

Monochromatic Colors of #dc867b

#dc867b

Complementary Color

#dc867b #7bd1dc

#dc867b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc867b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc867b Color CSS Codes

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

#dc867b Text Font Color

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

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


#dc867b Background Color

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

This div background color is #dc867b


#dc867b Border Color

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

This div border color is #dc867b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc867b


Comments

No comments written yet.

Please login to write comment.