Color Hex Logo

#da968d Color Hex

#DA968D
(218,150,141)
0 Favorites   0 Comments

Color spaces of #da968d

RGB 218150141
HSL0.020.510.70
HSV35°85°
CMYK 0.000.310.35   0.15
XYZ44.627538.641230.3057
Yxy38.64120.39290.3402
Hunter Lab62.162019.365514.6079
CIE-Lab68.490624.436215.0910

#da968d color RGB value is (218,150,141).

#da968d hex color red value is 218, green value is 150 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #da968d hue: 0.02 , saturation: 0.51 and the lightness value of da968d is 0.70.

The process color (four color CMYK) of #da968d color hex is 0.00, 0.31, 0.35, 0.15. Web safe color of #da968d is #cc9999. Color #da968d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010110 10001101
Octal 332 226 215
Decimal 218 150 141
Hex DA 96 8D

RGB Percentages of Color #da968d

%42.83
%29.47
%27.70

CMYK Percentages of Color #da968d

%0
%31
%35
%15

Triadic Colors of #da968d

#da968d #8dda96 #968dda

Analogous Colors of #da968d

#da968d #dabd8d #da8dab

Monochromatic Colors of #da968d

#da968d

Complementary Color

#da968d #8dd1da

#da968d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da968d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da968d Color CSS Codes

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

#da968d Text Font Color

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

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


#da968d Background Color

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

This div background color is #da968d


#da968d Border Color

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

This div border color is #da968d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da968d


Comments

No comments written yet.

Please login to write comment.