Color Hex Logo

#d0424f Color Hex

#D0424F
(208,66,79)
0 Favorites   0 Comments

Color spaces of #d0424f

RGB 2086679
HSL0.980.600.54
HSV355°68°82°
CMYK 0.000.680.62   0.18
XYZ29.371917.87089.2985
Yxy17.87080.51950.3161
Hunter Lab42.273950.042616.5504
CIE-Lab49.339056.406124.5795

#d0424f color RGB value is (208,66,79).

#d0424f hex color red value is 208, green value is 66 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #d0424f hue: 0.98 , saturation: 0.60 and the lightness value of d0424f is 0.54.

The process color (four color CMYK) of #d0424f color hex is 0.00, 0.68, 0.62, 0.18. Web safe color of #d0424f is #cc3366. Color #d0424f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000010 01001111
Octal 320 102 117
Decimal 208 66 79
Hex D0 42 4F

RGB Percentages of Color #d0424f

%58.92
%18.70
%22.38

CMYK Percentages of Color #d0424f

%0
%68
%62
%18

Triadic Colors of #d0424f

#d0424f #4fd042 #424fd0

Analogous Colors of #d0424f

#d0424f #d07c42 #d04296

Monochromatic Colors of #d0424f

#d0424f

Complementary Color

#d0424f #42d0c3

#d0424f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0424f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0424f Color CSS Codes

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

#d0424f Text Font Color

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

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


#d0424f Background Color

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

This div background color is #d0424f


#d0424f Border Color

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

This div border color is #d0424f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,66,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0424f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0424f;
  -webkit-box-shadow: 1px 1px 3px 2px #d0424f;
  box-shadow:         1px 1px 3px 2px #d0424f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,66,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0424f


Comments

No comments written yet.

Please login to write comment.