Color Hex Logo

#da9375 Color Hex

#DA9375
(218,147,117)
0 Favorites   0 Comments

Color spaces of #da9375

RGB 218147117
HSL0.050.580.66
HSV18°46°85°
CMYK 0.000.330.46   0.15
XYZ42.558037.057221.7393
Yxy37.05720.41990.3656
Hunter Lab60.874618.260421.4388
CIE-Lab67.319923.379626.7611

#da9375 color RGB value is (218,147,117).

#da9375 hex color red value is 218, green value is 147 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #da9375 hue: 0.05 , saturation: 0.58 and the lightness value of da9375 is 0.66.

The process color (four color CMYK) of #da9375 color hex is 0.00, 0.33, 0.46, 0.15. Web safe color of #da9375 is #cc9966. Color #da9375 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010011 01110101
Octal 332 223 165
Decimal 218 147 117
Hex DA 93 75

RGB Percentages of Color #da9375

%45.23
%30.50
%24.27

CMYK Percentages of Color #da9375

%0
%33
%46
%15

Triadic Colors of #da9375

#da9375 #75da93 #9375da

Analogous Colors of #da9375

#da9375 #dac675 #da758a

Monochromatic Colors of #da9375

#da9375

Complementary Color

#da9375 #75bcda

#da9375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9375 Color CSS Codes

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

#da9375 Text Font Color

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

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


#da9375 Background Color

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

This div background color is #da9375


#da9375 Border Color

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

This div border color is #da9375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9375


Comments

No comments written yet.

Please login to write comment.