Color Hex Logo

#da775b Color Hex

#DA775B
(218,119,91)
0 Favorites   0 Comments

Color spaces of #da775b

RGB 21811991
HSL0.040.630.61
HSV13°58°85°
CMYK 0.000.450.58   0.15
XYZ37.398628.854413.4959
Yxy28.85440.46900.3618
Hunter Lab53.716330.272622.7051
CIE-Lab60.652935.988432.4413

#da775b color RGB value is (218,119,91).

#da775b hex color red value is 218, green value is 119 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #da775b hue: 0.04 , saturation: 0.63 and the lightness value of da775b is 0.61.

The process color (four color CMYK) of #da775b color hex is 0.00, 0.45, 0.58, 0.15. Web safe color of #da775b is #cc6666. Color #da775b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110111 01011011
Octal 332 167 133
Decimal 218 119 91
Hex DA 77 5B

RGB Percentages of Color #da775b

%50.93
%27.80
%21.26

CMYK Percentages of Color #da775b

%0
%45
%58
%15

Triadic Colors of #da775b

#da775b #5bda77 #775bda

Analogous Colors of #da775b

#da775b #dab75b #da5b7f

Monochromatic Colors of #da775b

#da775b

Complementary Color

#da775b #5bbeda

#da775b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da775b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da775b Color CSS Codes

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

#da775b Text Font Color

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

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


#da775b Background Color

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

This div background color is #da775b


#da775b Border Color

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

This div border color is #da775b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da775b


Comments

No comments written yet.

Please login to write comment.