Color Hex Logo

#dc656b Color Hex

#DC656B
(220,101,107)
0 Favorites   0 Comments

Color spaces of #dc656b

RGB 220101107
HSL0.990.630.63
HSV357°54°86°
CMYK 0.000.540.51   0.14
XYZ36.822725.584516.9075
Yxy25.58450.46430.3226
Hunter Lab50.581141.429815.5882
CIE-Lab57.640547.082419.4678

#dc656b color RGB value is (220,101,107).

#dc656b hex color red value is 220, green value is 101 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #dc656b hue: 0.99 , saturation: 0.63 and the lightness value of dc656b is 0.63.

The process color (four color CMYK) of #dc656b color hex is 0.00, 0.54, 0.51, 0.14. Web safe color of #dc656b is #cc6666. Color #dc656b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100101 01101011
Octal 334 145 153
Decimal 220 101 107
Hex DC 65 6B

RGB Percentages of Color #dc656b

%51.40
%23.60
%25.00

CMYK Percentages of Color #dc656b

%0
%54
%51
%14

Triadic Colors of #dc656b

#dc656b #6bdc65 #656bdc

Analogous Colors of #dc656b

#dc656b #dc9b65 #dc65a7

Monochromatic Colors of #dc656b

#dc656b

Complementary Color

#dc656b #65dcd6

#dc656b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc656b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc656b Color CSS Codes

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

#dc656b Text Font Color

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

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


#dc656b Background Color

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

This div background color is #dc656b


#dc656b Border Color

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

This div border color is #dc656b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc656b


Comments

No comments written yet.

Please login to write comment.