Color Hex Logo

#dc13cf Color Hex

#DC13CF
(220,19,207)
0 Favorites   0 Comments

Color spaces of #dc13cf

RGB 22019207
HSL0.840.840.47
HSV304°91°86°
CMYK 0.000.910.06   0.14
XYZ41.010620.186460.7663
Yxy20.18640.33630.1655
Hunter Lab44.929384.3052-48.7385
CIE-Lab52.047384.5164-47.3406

#dc13cf color RGB value is (220,19,207).

#dc13cf hex color red value is 220, green value is 19 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #dc13cf hue: 0.84 , saturation: 0.84 and the lightness value of dc13cf is 0.47.

The process color (four color CMYK) of #dc13cf color hex is 0.00, 0.91, 0.06, 0.14. Web safe color of #dc13cf is #cc00cc. Color #dc13cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010011 11001111
Octal 334 23 317
Decimal 220 19 207
Hex DC 13 CF

RGB Percentages of Color #dc13cf

%49.33
%4.26
%46.41

CMYK Percentages of Color #dc13cf

%0
%91
%6
%14

Triadic Colors of #dc13cf

#dc13cf #cfdc13 #13cfdc

Analogous Colors of #dc13cf

#dc13cf #dc136b #8513dc

Monochromatic Colors of #dc13cf

#dc13cf

Complementary Color

#dc13cf #13dc20

#dc13cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc13cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc13cf Color CSS Codes

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

#dc13cf Text Font Color

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

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


#dc13cf Background Color

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

This div background color is #dc13cf


#dc13cf Border Color

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

This div border color is #dc13cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc13cf


Comments

No comments written yet.

Please login to write comment.