Color Hex Logo

#d0533d Color Hex

#D0533D
(208,83,61)
0 Favorites   0 Comments

Color spaces of #d0533d

RGB 2088361
HSL0.020.610.53
HSV71°82°
CMYK 0.000.600.71   0.18
XYZ29.948019.93336.6840
Yxy19.93330.52940.3524
Hunter Lab44.646741.601922.3765
CIE-Lab51.761748.159337.9345

#d0533d color RGB value is (208,83,61).

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

The process color (four color CMYK) of #d0533d color hex is 0.00, 0.60, 0.71, 0.18. Web safe color of #d0533d is #cc6633. Color #d0533d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010011 00111101
Octal 320 123 75
Decimal 208 83 61
Hex D0 53 3D

RGB Percentages of Color #d0533d

%59.09
%23.58
%17.33

CMYK Percentages of Color #d0533d

%0
%60
%71
%18

Triadic Colors of #d0533d

#d0533d #3dd053 #533dd0

Analogous Colors of #d0533d

#d0533d #d09d3d #d03d71

Monochromatic Colors of #d0533d

#d0533d

Complementary Color

#d0533d #3dbad0

#d0533d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0533d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0533d Color CSS Codes

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

#d0533d Text Font Color

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

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


#d0533d Background Color

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

This div background color is #d0533d


#d0533d Border Color

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

This div border color is #d0533d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,83,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 #d0533d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0533d


Comments

No comments written yet.

Please login to write comment.