Color Hex Logo

#d0483d Color Hex

#D0483D
(208,72,61)
0 Favorites   0 Comments

Color spaces of #d0483d

RGB 2087261
HSL0.010.610.53
HSV71°82°
CMYK 0.000.650.71   0.18
XYZ29.172118.38156.4253
Yxy18.38150.54040.3405
Hunter Lab42.873746.426121.1260
CIE-Lab49.955652.980235.8518

#d0483d color RGB value is (208,72,61).

#d0483d hex color red value is 208, green value is 72 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #d0483d hue: 0.01 , saturation: 0.61 and the lightness value of d0483d is 0.53.

The process color (four color CMYK) of #d0483d color hex is 0.00, 0.65, 0.71, 0.18. Web safe color of #d0483d is #cc3333. Color #d0483d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001000 00111101
Octal 320 110 75
Decimal 208 72 61
Hex D0 48 3D

RGB Percentages of Color #d0483d

%61.00
%21.11
%17.89

CMYK Percentages of Color #d0483d

%0
%65
%71
%18

Triadic Colors of #d0483d

#d0483d #3dd048 #483dd0

Analogous Colors of #d0483d

#d0483d #d0923d #d03d7c

Monochromatic Colors of #d0483d

#d0483d

Complementary Color

#d0483d #3dc5d0

#d0483d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0483d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0483d Color CSS Codes

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

#d0483d Text Font Color

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

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


#d0483d Background Color

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

This div background color is #d0483d


#d0483d Border Color

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

This div border color is #d0483d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0483d


Comments

No comments written yet.

Please login to write comment.