Color Hex Logo

#dc4458 Color Hex

#DC4458
(220,68,88)
0 Favorites   0 Comments

Color spaces of #dc4458

RGB 2206888
HSL0.980.680.56
HSV352°69°86°
CMYK 0.000.690.60   0.14
XYZ33.343820.054511.3460
Yxy20.05450.51500.3097
Hunter Lab44.782354.537916.3259
CIE-Lab51.898859.970722.9521

#dc4458 color RGB value is (220,68,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000100 01011000
Octal 334 104 130
Decimal 220 68 88
Hex DC 44 58

RGB Percentages of Color #dc4458

%58.51
%18.09
%23.40

CMYK Percentages of Color #dc4458

%0
%69
%60
%14

Triadic Colors of #dc4458

#dc4458 #58dc44 #4458dc

Analogous Colors of #dc4458

#dc4458 #dc7c44 #dc44a4

Monochromatic Colors of #dc4458

#dc4458

Complementary Color

#dc4458 #44dcc8

#dc4458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4458 Color CSS Codes

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

#dc4458 Text Font Color

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

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


#dc4458 Background Color

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

This div background color is #dc4458


#dc4458 Border Color

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

This div border color is #dc4458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4458


Comments

No comments written yet.

Please login to write comment.