Color Hex Logo

#dc3768 Color Hex

#DC3768
(220,55,104)
0 Favorites   0 Comments

Color spaces of #dc3768

RGB 22055104
HSL0.950.700.54
HSV342°75°86°
CMYK 0.000.750.53   0.14
XYZ33.380118.947514.9946
Yxy18.94750.49580.2814
Hunter Lab43.528760.707810.0461
CIE-Lab50.625765.585911.5907

#dc3768 color RGB value is (220,55,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110111 01101000
Octal 334 67 150
Decimal 220 55 104
Hex DC 37 68

RGB Percentages of Color #dc3768

%58.05
%14.51
%27.44

CMYK Percentages of Color #dc3768

%0
%75
%53
%14

Triadic Colors of #dc3768

#dc3768 #68dc37 #3768dc

Analogous Colors of #dc3768

#dc3768 #dc5937 #dc37bb

Monochromatic Colors of #dc3768

#dc3768

Complementary Color

#dc3768 #37dcab

#dc3768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc3768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc3768 Color CSS Codes

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

#dc3768 Text Font Color

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

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


#dc3768 Background Color

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

This div background color is #dc3768


#dc3768 Border Color

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

This div border color is #dc3768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc3768


Comments

No comments written yet.

Please login to write comment.