Color Hex Logo

#dc4862 Color Hex

#DC4862
(220,72,98)
0 Favorites   0 Comments

Color spaces of #dc4862

RGB 2207298
HSL0.970.680.57
HSV349°67°86°
CMYK 0.000.670.55   0.14
XYZ34.037220.732213.7630
Yxy20.73220.49670.3025
Hunter Lab45.532653.752813.9514
CIE-Lab52.655159.138117.9985

#dc4862 color RGB value is (220,72,98).

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

The process color (four color CMYK) of #dc4862 color hex is 0.00, 0.67, 0.55, 0.14. Web safe color of #dc4862 is #cc3366. Color #dc4862 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001000 01100010
Octal 334 110 142
Decimal 220 72 98
Hex DC 48 62

RGB Percentages of Color #dc4862

%56.41
%18.46
%25.13

CMYK Percentages of Color #dc4862

%0
%67
%55
%14

Triadic Colors of #dc4862

#dc4862 #62dc48 #4862dc

Analogous Colors of #dc4862

#dc4862 #dc7848 #dc48ac

Monochromatic Colors of #dc4862

#dc4862

Complementary Color

#dc4862 #48dcc2

#dc4862 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4862 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4862 Color CSS Codes

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

#dc4862 Text Font Color

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

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


#dc4862 Background Color

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

This div background color is #dc4862


#dc4862 Border Color

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

This div border color is #dc4862


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4862


Comments

No comments written yet.

Please login to write comment.