Color Hex Logo

#dc255d Color Hex

#DC255D
(220,37,93)
0 Favorites   0 Comments

Color spaces of #dc255d

RGB 2203793
HSL0.950.720.50
HSV342°83°86°
CMYK 0.000.830.58   0.14
XYZ32.152617.329112.0061
Yxy17.32910.52290.2818
Hunter Lab41.628265.019512.0398
CIE-Lab48.672169.628615.5979

#dc255d color RGB value is (220,37,93).

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

The process color (four color CMYK) of #dc255d color hex is 0.00, 0.83, 0.58, 0.14. Web safe color of #dc255d is #cc3366. Color #dc255d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100101 01011101
Octal 334 45 135
Decimal 220 37 93
Hex DC 25 5D

RGB Percentages of Color #dc255d

%62.86
%10.57
%26.57

CMYK Percentages of Color #dc255d

%0
%83
%58
%14

Triadic Colors of #dc255d

#dc255d #5ddc25 #255ddc

Analogous Colors of #dc255d

#dc255d #dc4825 #dc25b9

Monochromatic Colors of #dc255d

#dc255d

Complementary Color

#dc255d #25dca4

#dc255d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc255d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc255d Color CSS Codes

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

#dc255d Text Font Color

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

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


#dc255d Background Color

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

This div background color is #dc255d


#dc255d Border Color

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

This div border color is #dc255d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc255d


Comments

No comments written yet.

Please login to write comment.