Color Hex Logo

#dc468f Color Hex

#DC468F
(220,70,143)
0 Favorites   0 Comments

Color spaces of #dc468f

RGB 22070143
HSL0.920.680.57
HSV331°68°86°
CMYK 0.000.680.35   0.14
XYZ36.663321.579128.2194
Yxy21.57910.42400.2496
Hunter Lab46.453359.5879-3.5001
CIE-Lab53.577564.0686-7.5531

#dc468f color RGB value is (220,70,143).

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

The process color (four color CMYK) of #dc468f color hex is 0.00, 0.68, 0.35, 0.14. Web safe color of #dc468f is #cc3399. Color #dc468f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000110 10001111
Octal 334 106 217
Decimal 220 70 143
Hex DC 46 8F

RGB Percentages of Color #dc468f

%50.81
%16.17
%33.03

CMYK Percentages of Color #dc468f

%0
%68
%35
%14

Triadic Colors of #dc468f

#dc468f #8fdc46 #468fdc

Analogous Colors of #dc468f

#dc468f #dc4846 #dc46da

Monochromatic Colors of #dc468f

#dc468f

Complementary Color

#dc468f #46dc93

#dc468f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc468f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc468f Color CSS Codes

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

#dc468f Text Font Color

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

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


#dc468f Background Color

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

This div background color is #dc468f


#dc468f Border Color

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

This div border color is #dc468f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc468f


Comments

No comments written yet.

Please login to write comment.