Color Hex Logo

#dc628b Color Hex

#DC628B
(220,98,139)
0 Favorites   0 Comments

Color spaces of #dc628b

RGB 22098139
HSL0.940.640.62
HSV340°55°86°
CMYK 0.000.550.37   0.14
XYZ38.543125.815127.3775
Yxy25.81510.42020.2814
Hunter Lab50.808646.49413.6184
CIE-Lab57.861151.72201.1133

#dc628b color RGB value is (220,98,139).

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

The process color (four color CMYK) of #dc628b color hex is 0.00, 0.55, 0.37, 0.14. Web safe color of #dc628b is #cc6699. Color #dc628b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100010 10001011
Octal 334 142 213
Decimal 220 98 139
Hex DC 62 8B

RGB Percentages of Color #dc628b

%48.14
%21.44
%30.42

CMYK Percentages of Color #dc628b

%0
%55
%37
%14

Triadic Colors of #dc628b

#dc628b #8bdc62 #628bdc

Analogous Colors of #dc628b

#dc628b #dc7662 #dc62c8

Monochromatic Colors of #dc628b

#dc628b

Complementary Color

#dc628b #62dcb3

#dc628b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc628b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc628b Color CSS Codes

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

#dc628b Text Font Color

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

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


#dc628b Background Color

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

This div background color is #dc628b


#dc628b Border Color

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

This div border color is #dc628b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc628b


Comments

No comments written yet.

Please login to write comment.