Color Hex Logo

#dc455b Color Hex

#DC455B
(220,69,91)
0 Favorites   0 Comments

Color spaces of #dc455b

RGB 2206991
HSL0.980.680.57
HSV351°69°86°
CMYK 0.000.690.59   0.14
XYZ33.531620.227212.0345
Yxy20.22720.50970.3074
Hunter Lab44.974754.378015.6172
CIE-Lab52.093159.793821.4208

#dc455b color RGB value is (220,69,91).

#dc455b hex color red value is 220, green value is 69 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #dc455b hue: 0.98 , saturation: 0.68 and the lightness value of dc455b is 0.57.

The process color (four color CMYK) of #dc455b color hex is 0.00, 0.69, 0.59, 0.14. Web safe color of #dc455b is #cc3366. Color #dc455b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000101 01011011
Octal 334 105 133
Decimal 220 69 91
Hex DC 45 5B

RGB Percentages of Color #dc455b

%57.89
%18.16
%23.95

CMYK Percentages of Color #dc455b

%0
%69
%59
%14

Triadic Colors of #dc455b

#dc455b #5bdc45 #455bdc

Analogous Colors of #dc455b

#dc455b #dc7b45 #dc45a7

Monochromatic Colors of #dc455b

#dc455b

Complementary Color

#dc455b #45dcc6

#dc455b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc455b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc455b Color CSS Codes

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

#dc455b Text Font Color

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

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


#dc455b Background Color

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

This div background color is #dc455b


#dc455b Border Color

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

This div border color is #dc455b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc455b


Comments

No comments written yet.

Please login to write comment.