Color Hex Logo

#dc628e Color Hex

#DC628E
(220,98,142)
0 Favorites   0 Comments

Color spaces of #dc628e

RGB 22098142
HSL0.940.640.62
HSV338°55°86°
CMYK 0.000.550.35   0.14
XYZ38.765425.904028.5480
Yxy25.90400.41590.2779
Hunter Lab50.896046.88832.3709
CIE-Lab57.945852.0671-0.5147

#dc628e color RGB value is (220,98,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100010 10001110
Octal 334 142 216
Decimal 220 98 142
Hex DC 62 8E

RGB Percentages of Color #dc628e

%47.83
%21.30
%30.87

CMYK Percentages of Color #dc628e

%0
%55
%35
%14

Triadic Colors of #dc628e

#dc628e #8edc62 #628edc

Analogous Colors of #dc628e

#dc628e #dc7362 #dc62cb

Monochromatic Colors of #dc628e

#dc628e

Complementary Color

#dc628e #62dcb0

#dc628e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc628e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc628e Color CSS Codes

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

#dc628e Text Font Color

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

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


#dc628e Background Color

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

This div background color is #dc628e


#dc628e Border Color

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

This div border color is #dc628e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc628e


Comments

No comments written yet.

Please login to write comment.