Color Hex Logo

#dc637e Color Hex

#DC637E
(220,99,126)
0 Favorites   0 Comments

Color spaces of #dc637e

RGB 22099126
HSL0.960.630.63
HSV347°55°86°
CMYK 0.000.550.43   0.14
XYZ37.742925.645722.6995
Yxy25.64570.43840.2979
Hunter Lab50.641644.41238.8731
CIE-Lab57.699249.84088.4774

#dc637e color RGB value is (220,99,126).

#dc637e hex color red value is 220, green value is 99 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dc637e hue: 0.96 , saturation: 0.63 and the lightness value of dc637e is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100011 01111110
Octal 334 143 176
Decimal 220 99 126
Hex DC 63 7E

RGB Percentages of Color #dc637e

%49.44
%22.25
%28.31

CMYK Percentages of Color #dc637e

%0
%55
%43
%14

Triadic Colors of #dc637e

#dc637e #7edc63 #637edc

Analogous Colors of #dc637e

#dc637e #dc8563 #dc63bb

Monochromatic Colors of #dc637e

#dc637e

Complementary Color

#dc637e #63dcc1

#dc637e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc637e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc637e Color CSS Codes

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

#dc637e Text Font Color

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

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


#dc637e Background Color

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

This div background color is #dc637e


#dc637e Border Color

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

This div border color is #dc637e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc637e


Comments

No comments written yet.

Please login to write comment.