Color Hex Logo

#dc1fad Color Hex

#DC1FAD
(220,31,173)
0 Favorites   0 Comments

Color spaces of #dc1fad

RGB 22031173
HSL0.870.750.49
HSV315°86°86°
CMYK 0.000.860.21   0.14
XYZ37.548019.212741.2646
Yxy19.21270.38300.1960
Hunter Lab43.832376.2017-25.1342
CIE-Lab50.935178.3626-29.3281

#dc1fad color RGB value is (220,31,173).

#dc1fad hex color red value is 220, green value is 31 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dc1fad hue: 0.87 , saturation: 0.75 and the lightness value of dc1fad is 0.49.

The process color (four color CMYK) of #dc1fad color hex is 0.00, 0.86, 0.21, 0.14. Web safe color of #dc1fad is #cc3399. Color #dc1fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00011111 10101101
Octal 334 37 255
Decimal 220 31 173
Hex DC 1F AD

RGB Percentages of Color #dc1fad

%51.89
%7.31
%40.80

CMYK Percentages of Color #dc1fad

%0
%86
%21
%14

Triadic Colors of #dc1fad

#dc1fad #addc1f #1faddc

Analogous Colors of #dc1fad

#dc1fad #dc1f4e #ad1fdc

Monochromatic Colors of #dc1fad

#dc1fad

Complementary Color

#dc1fad #1fdc4e

#dc1fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc1fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc1fad Color CSS Codes

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

#dc1fad Text Font Color

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

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


#dc1fad Background Color

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

This div background color is #dc1fad


#dc1fad Border Color

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

This div border color is #dc1fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc1fad


Comments

No comments written yet.

Please login to write comment.