Color Hex Logo

#dc367d Color Hex

#DC367D
(220,54,125)
0 Favorites   0 Comments

Color spaces of #dc367d

RGB 22054125
HSL0.930.700.54
HSV334°75°86°
CMYK 0.000.750.43   0.14
XYZ34.536019.334621.3137
Yxy19.33460.45940.2572
Hunter Lab43.971163.24882.0407
CIE-Lab51.076467.6691-0.4771

#dc367d color RGB value is (220,54,125).

#dc367d hex color red value is 220, green value is 54 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dc367d hue: 0.93 , saturation: 0.70 and the lightness value of dc367d is 0.54.

The process color (four color CMYK) of #dc367d color hex is 0.00, 0.75, 0.43, 0.14. Web safe color of #dc367d is #cc3366. Color #dc367d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110110 01111101
Octal 334 66 175
Decimal 220 54 125
Hex DC 36 7D

RGB Percentages of Color #dc367d

%55.14
%13.53
%31.33

CMYK Percentages of Color #dc367d

%0
%75
%43
%14

Triadic Colors of #dc367d

#dc367d #7ddc36 #367ddc

Analogous Colors of #dc367d

#dc367d #dc4236 #dc36d0

Monochromatic Colors of #dc367d

#dc367d

Complementary Color

#dc367d #36dc95

#dc367d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc367d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc367d Color CSS Codes

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

#dc367d Text Font Color

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

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


#dc367d Background Color

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

This div background color is #dc367d


#dc367d Border Color

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

This div border color is #dc367d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc367d


Comments

No comments written yet.

Please login to write comment.