Color Hex Logo

#da928b Color Hex

#DA928B
(218,146,139)
0 Favorites   0 Comments

Color spaces of #da928b

RGB 218146139
HSL0.010.520.70
HSV36°85°
CMYK 0.000.330.36   0.15
XYZ43.852537.327329.3197
Yxy37.32730.39690.3378
Hunter Lab61.096121.202614.3143
CIE-Lab67.521926.348814.8526

#da928b color RGB value is (218,146,139).

#da928b hex color red value is 218, green value is 146 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #da928b hue: 0.01 , saturation: 0.52 and the lightness value of da928b is 0.70.

The process color (four color CMYK) of #da928b color hex is 0.00, 0.33, 0.36, 0.15. Web safe color of #da928b is #cc9999. Color #da928b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010010 10001011
Octal 332 222 213
Decimal 218 146 139
Hex DA 92 8B

RGB Percentages of Color #da928b

%43.34
%29.03
%27.63

CMYK Percentages of Color #da928b

%0
%33
%36
%15

Triadic Colors of #da928b

#da928b #8bda92 #928bda

Analogous Colors of #da928b

#da928b #daba8b #da8bac

Monochromatic Colors of #da928b

#da928b

Complementary Color

#da928b #8bd3da

#da928b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da928b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da928b Color CSS Codes

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

#da928b Text Font Color

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

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


#da928b Background Color

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

This div background color is #da928b


#da928b Border Color

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

This div border color is #da928b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da928b


Comments

No comments written yet.

Please login to write comment.