color codes Logo

#dba6a4 color codes

#DBA6A4
(219,166,164)
0 Favorites   0 Comments

Color spaces of #dba6a4

RGB 219166164
HSL0.010.430.75
HSV25°86°
CMYK 0.000.240.25   0.14
XYZ49.550545.012841.1987
Yxy45.01280.36500.3316
Hunter Lab67.091614.420910.5561
CIE-Lab72.900319.22318.6200

#dba6a4 color RGB value is (219,166,164).

#dba6a4 hex color red value is 219, green value is 166 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #dba6a4 hue: 0.01 , saturation: 0.43 and the lightness value of dba6a4 is 0.75.

The process color (four color CMYK) of #dba6a4 color code is 0.00, 0.24, 0.25, 0.14. Web safe color of #dba6a4 is #cc9999. Color #dba6a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100110 10100100
Octal 333 246 244
Decimal 219 166 164
Hex DB A6 A4

RGB Percentages of Color #dba6a4

%39.89
%30.24
%29.87

CMYK Percentages of Color #dba6a4

%0
%24
%25
%14

Triadic Colors of #dba6a4

#dba6a4 #a4dba6 #a6a4db

Analogous Colors of #dba6a4

#dba6a4 #dbc2a4 #dba4be

Monochromatic Colors of #dba6a4

#dba6a4

Complementary Color

#dba6a4 #a4d9db

#dba6a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba6a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba6a4 Color CSS Codes

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

#dba6a4 Text Font Color

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

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


#dba6a4 Background Color

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

This div background color is #dba6a4


#dba6a4 Border Color

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

This div border color is #dba6a4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,166,164, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dba6a4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dba6a4;
  -webkit-box-shadow: 1px 1px 3px 2px #dba6a4;
  box-shadow:         1px 1px 3px 2px #dba6a4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,166,164, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba6a4


Comments

No comments written yet.

Please login to write comment.