Color Hex Logo

#dc6475 Color Hex

#DC6475
(220,100,117)
0 Favorites   0 Comments

Color spaces of #dc6475

RGB 220100117
HSL0.980.630.63
HSV352°55°86°
CMYK 0.000.550.47   0.14
XYZ37.283325.614319.8086
Yxy25.61430.45080.3097
Hunter Lab50.610642.927112.2217
CIE-Lab57.669148.472713.6902

#dc6475 color RGB value is (220,100,117).

#dc6475 hex color red value is 220, green value is 100 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #dc6475 hue: 0.98 , saturation: 0.63 and the lightness value of dc6475 is 0.63.

The process color (four color CMYK) of #dc6475 color hex is 0.00, 0.55, 0.47, 0.14. Web safe color of #dc6475 is #cc6666. Color #dc6475 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100100 01110101
Octal 334 144 165
Decimal 220 100 117
Hex DC 64 75

RGB Percentages of Color #dc6475

%50.34
%22.88
%26.77

CMYK Percentages of Color #dc6475

%0
%55
%47
%14

Triadic Colors of #dc6475

#dc6475 #75dc64 #6475dc

Analogous Colors of #dc6475

#dc6475 #dc8f64 #dc64b1

Monochromatic Colors of #dc6475

#dc6475

Complementary Color

#dc6475 #64dccb

#dc6475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6475 Color CSS Codes

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

#dc6475 Text Font Color

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

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


#dc6475 Background Color

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

This div background color is #dc6475


#dc6475 Border Color

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

This div border color is #dc6475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6475


Comments

No comments written yet.

Please login to write comment.