Color Hex Logo

#da7528 Color Hex

#DA7528
(218,117,40)
0 Favorites   0 Comments

Color spaces of #da7528

RGB 21811740
HSL0.070.710.51
HSV26°82°85°
CMYK 0.000.460.82   0.15
XYZ35.657727.78125.4904
Yxy27.78120.51730.4030
Hunter Lab52.707928.519330.7195
CIE-Lab59.690534.360956.6123

#da7528 color RGB value is (218,117,40).

#da7528 hex color red value is 218, green value is 117 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #da7528 hue: 0.07 , saturation: 0.71 and the lightness value of da7528 is 0.51.

The process color (four color CMYK) of #da7528 color hex is 0.00, 0.46, 0.82, 0.15. Web safe color of #da7528 is #cc6633. Color #da7528 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110101 00101000
Octal 332 165 50
Decimal 218 117 40
Hex DA 75 28

RGB Percentages of Color #da7528

%58.13
%31.20
%10.67

CMYK Percentages of Color #da7528

%0
%46
%82
%15

Triadic Colors of #da7528

#da7528 #28da75 #7528da

Analogous Colors of #da7528

#da7528 #dace28 #da2834

Monochromatic Colors of #da7528

#da7528

Complementary Color

#da7528 #288dda

#da7528 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7528 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7528 Color CSS Codes

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

#da7528 Text Font Color

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

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


#da7528 Background Color

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

This div background color is #da7528


#da7528 Border Color

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

This div border color is #da7528


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,117,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #da7528; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #da7528;
  -webkit-box-shadow: 1px 1px 3px 2px #da7528;
  box-shadow:         1px 1px 3px 2px #da7528; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,117,40, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7528


Comments

No comments written yet.

Please login to write comment.