Color Hex Logo

#dc627b Color Hex

#DC627B
(220,98,123)
0 Favorites   0 Comments

Color spaces of #dc627b

RGB 22098123
HSL0.970.640.62
HSV348°55°86°
CMYK 0.000.550.44   0.14
XYZ37.458025.381121.6637
Yxy25.38110.44330.3004
Hunter Lab50.379744.55299.7705
CIE-Lab57.444950.01019.8709

#dc627b color RGB value is (220,98,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100010 01111011
Octal 334 142 173
Decimal 220 98 123
Hex DC 62 7B

RGB Percentages of Color #dc627b

%49.89
%22.22
%27.89

CMYK Percentages of Color #dc627b

%0
%55
%44
%14

Triadic Colors of #dc627b

#dc627b #7bdc62 #627bdc

Analogous Colors of #dc627b

#dc627b #dc8662 #dc62b8

Monochromatic Colors of #dc627b

#dc627b

Complementary Color

#dc627b #62dcc3

#dc627b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc627b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc627b Color CSS Codes

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

#dc627b Text Font Color

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

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


#dc627b Background Color

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

This div background color is #dc627b


#dc627b Border Color

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

This div border color is #dc627b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc627b


Comments

No comments written yet.

Please login to write comment.