Color Hex Logo

#dc246f Color Hex

#DC246F
(220,36,111)
0 Favorites   0 Comments

Color spaces of #dc246f

RGB 22036111
HSL0.930.720.50
HSV336°84°86°
CMYK 0.000.840.50   0.14
XYZ33.015317.625116.7008
Yxy17.62510.49030.2617
Hunter Lab41.982366.90545.8017
CIE-Lab49.038271.13895.0760

#dc246f color RGB value is (220,36,111).

#dc246f hex color red value is 220, green value is 36 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #dc246f hue: 0.93 , saturation: 0.72 and the lightness value of dc246f is 0.50.

The process color (four color CMYK) of #dc246f color hex is 0.00, 0.84, 0.50, 0.14. Web safe color of #dc246f is #cc3366. Color #dc246f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100100 01101111
Octal 334 44 157
Decimal 220 36 111
Hex DC 24 6F

RGB Percentages of Color #dc246f

%59.95
%9.81
%30.25

CMYK Percentages of Color #dc246f

%0
%84
%50
%14

Triadic Colors of #dc246f

#dc246f #6fdc24 #246fdc

Analogous Colors of #dc246f

#dc246f #dc3524 #dc24cb

Monochromatic Colors of #dc246f

#dc246f

Complementary Color

#dc246f #24dc91

#dc246f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc246f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc246f Color CSS Codes

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

#dc246f Text Font Color

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

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


#dc246f Background Color

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

This div background color is #dc246f


#dc246f Border Color

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

This div border color is #dc246f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc246f


Comments

No comments written yet.

Please login to write comment.