Color Hex Logo

#d6888b Color Hex

#D6888B
(214,136,139)
0 Favorites   0 Comments

Color spaces of #d6888b

RGB 214136139
HSL0.990.490.69
HSV358°36°84°
CMYK 0.000.360.35   0.16
XYZ41.195933.768528.7728
Yxy33.76850.39710.3255
Hunter Lab58.110724.848811.3207
CIE-Lab64.778430.209210.9305

#d6888b color RGB value is (214,136,139).

#d6888b hex color red value is 214, green value is 136 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #d6888b hue: 0.99 , saturation: 0.49 and the lightness value of d6888b is 0.69.

The process color (four color CMYK) of #d6888b color hex is 0.00, 0.36, 0.35, 0.16. Web safe color of #d6888b is #cc9999. Color #d6888b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001000 10001011
Octal 326 210 213
Decimal 214 136 139
Hex D6 88 8B

RGB Percentages of Color #d6888b

%43.76
%27.81
%28.43

CMYK Percentages of Color #d6888b

%0
%36
%35
%16

Triadic Colors of #d6888b

#d6888b #8bd688 #888bd6

Analogous Colors of #d6888b

#d6888b #d6ac88 #d688b2

Monochromatic Colors of #d6888b

#d6888b

Complementary Color

#d6888b #88d6d3

#d6888b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6888b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6888b Color CSS Codes

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

#d6888b Text Font Color

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

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


#d6888b Background Color

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

This div background color is #d6888b


#d6888b Border Color

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

This div border color is #d6888b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,136,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 #d6888b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6888b


Comments

No comments written yet.

Please login to write comment.