Color Hex Logo

#d05043 Color Hex

#D05043
(208,80,67)
0 Favorites   0 Comments

Color spaces of #d05043

RGB 2088067
HSL0.020.600.54
HSV68°82°
CMYK 0.000.620.68   0.18
XYZ29.894219.55257.5086
Yxy19.55250.52490.3433
Hunter Lab44.218243.295020.8848
CIE-Lab51.327449.827334.0662

#d05043 color RGB value is (208,80,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010000 01000011
Octal 320 120 103
Decimal 208 80 67
Hex D0 50 43

RGB Percentages of Color #d05043

%58.59
%22.54
%18.87

CMYK Percentages of Color #d05043

%0
%62
%68
%18

Triadic Colors of #d05043

#d05043 #43d050 #5043d0

Analogous Colors of #d05043

#d05043 #d09743 #d0437d

Monochromatic Colors of #d05043

#d05043

Complementary Color

#d05043 #43c3d0

#d05043 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05043 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05043 Color CSS Codes

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

#d05043 Text Font Color

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

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


#d05043 Background Color

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

This div background color is #d05043


#d05043 Border Color

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

This div border color is #d05043


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05043


Comments

No comments written yet.

Please login to write comment.