Color Hex Logo

#d0583c Color Hex

#D0583C
(208,88,60)
0 Favorites   0 Comments

Color spaces of #d0583c

RGB 2088860
HSL0.030.610.53
HSV11°71°82°
CMYK 0.000.580.71   0.18
XYZ30.317820.71566.6756
Yxy20.71560.52540.3590
Hunter Lab45.514439.251323.1640
CIE-Lab52.636845.782039.4763

#d0583c color RGB value is (208,88,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011000 00111100
Octal 320 130 74
Decimal 208 88 60
Hex D0 58 3C

RGB Percentages of Color #d0583c

%58.43
%24.72
%16.85

CMYK Percentages of Color #d0583c

%0
%58
%71
%18

Triadic Colors of #d0583c

#d0583c #3cd058 #583cd0

Analogous Colors of #d0583c

#d0583c #d0a23c #d03c6a

Monochromatic Colors of #d0583c

#d0583c

Complementary Color

#d0583c #3cb4d0

#d0583c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0583c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0583c Color CSS Codes

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

#d0583c Text Font Color

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

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


#d0583c Background Color

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

This div background color is #d0583c


#d0583c Border Color

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

This div border color is #d0583c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0583c


Comments

No comments written yet.

Please login to write comment.