Color Hex Logo

#dc637b Color Hex

#DC637B
(220,99,123)
0 Favorites   0 Comments

Color spaces of #dc637b

RGB 22099123
HSL0.970.630.63
HSV348°55°86°
CMYK 0.000.550.44   0.14
XYZ37.552225.569421.6951
Yxy25.56940.44270.3015
Hunter Lab50.566244.06949.9583
CIE-Lab57.626149.536210.1268

#dc637b color RGB value is (220,99,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100011 01111011
Octal 334 143 173
Decimal 220 99 123
Hex DC 63 7B

RGB Percentages of Color #dc637b

%49.77
%22.40
%27.83

CMYK Percentages of Color #dc637b

%0
%55
%44
%14

Triadic Colors of #dc637b

#dc637b #7bdc63 #637bdc

Analogous Colors of #dc637b

#dc637b #dc8863 #dc63b8

Monochromatic Colors of #dc637b

#dc637b

Complementary Color

#dc637b #63dcc4

#dc637b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc637b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc637b Color CSS Codes

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

#dc637b Text Font Color

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

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


#dc637b Background Color

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

This div background color is #dc637b


#dc637b Border Color

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

This div border color is #dc637b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,99,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 #dc637b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc637b


Comments

No comments written yet.

Please login to write comment.