Color Hex Logo

#d6948f Color Hex

#D6948F
(214,148,143)
0 Favorites   0 Comments

Color spaces of #d6948f

RGB 214148143
HSL0.010.460.70
HSV33°84°
CMYK 0.000.310.33   0.16
XYZ43.279437.459130.9359
Yxy37.45910.38750.3354
Hunter Lab61.203819.116912.8742
CIE-Lab67.620124.235212.6911

#d6948f color RGB value is (214,148,143).

#d6948f hex color red value is 214, green value is 148 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #d6948f hue: 0.01 , saturation: 0.46 and the lightness value of d6948f is 0.70.

The process color (four color CMYK) of #d6948f color hex is 0.00, 0.31, 0.33, 0.16. Web safe color of #d6948f is #cc9999. Color #d6948f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010100 10001111
Octal 326 224 217
Decimal 214 148 143
Hex D6 94 8F

RGB Percentages of Color #d6948f

%42.38
%29.31
%28.32

CMYK Percentages of Color #d6948f

%0
%31
%33
%16

Triadic Colors of #d6948f

#d6948f #8fd694 #948fd6

Analogous Colors of #d6948f

#d6948f #d6b88f #d68fae

Monochromatic Colors of #d6948f

#d6948f

Complementary Color

#d6948f #8fd1d6

#d6948f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6948f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6948f Color CSS Codes

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

#d6948f Text Font Color

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

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


#d6948f Background Color

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

This div background color is #d6948f


#d6948f Border Color

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

This div border color is #d6948f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,148,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d6948f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d6948f;
  -webkit-box-shadow: 1px 1px 3px 2px #d6948f;
  box-shadow:         1px 1px 3px 2px #d6948f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,148,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6948f


Comments

No comments written yet.

Please login to write comment.