Color Hex Logo

#dc6568 Color Hex

#DC6568
(220,101,104)
0 Favorites   0 Comments

Color spaces of #dc6568

RGB 220101104
HSL1.000.630.63
HSV358°54°86°
CMYK 0.000.540.53   0.14
XYZ36.667625.522516.0904
Yxy25.52250.46840.3260
Hunter Lab50.519841.146816.4802
CIE-Lab57.581046.826521.1255

#dc6568 color RGB value is (220,101,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100101 01101000
Octal 334 145 150
Decimal 220 101 104
Hex DC 65 68

RGB Percentages of Color #dc6568

%51.76
%23.76
%24.47

CMYK Percentages of Color #dc6568

%0
%54
%53
%14

Triadic Colors of #dc6568

#dc6568 #68dc65 #6568dc

Analogous Colors of #dc6568

#dc6568 #dc9e65 #dc65a4

Monochromatic Colors of #dc6568

#dc6568

Complementary Color

#dc6568 #65dcd9

#dc6568 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6568 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6568 Color CSS Codes

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

#dc6568 Text Font Color

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

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


#dc6568 Background Color

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

This div background color is #dc6568


#dc6568 Border Color

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

This div border color is #dc6568


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6568


Comments

No comments written yet.

Please login to write comment.