Color Hex Logo

#d68abb Color Hex

#D68ABB
(214,138,187)
0 Favorites   0 Comments

Color spaces of #d68abb

RGB 214138187
HSL0.890.480.69
HSV321°36°84°
CMYK 0.000.360.13   0.16
XYZ45.789736.061051.5608
Yxy36.06100.34320.2703
Hunter Lab60.050831.0202-8.8720
CIE-Lab66.566536.0741-13.5333

#d68abb color RGB value is (214,138,187).

#d68abb hex color red value is 214, green value is 138 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d68abb hue: 0.89 , saturation: 0.48 and the lightness value of d68abb is 0.69.

The process color (four color CMYK) of #d68abb color hex is 0.00, 0.36, 0.13, 0.16. Web safe color of #d68abb is #cc99cc. Color #d68abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001010 10111011
Octal 326 212 273
Decimal 214 138 187
Hex D6 8A BB

RGB Percentages of Color #d68abb

%39.70
%25.60
%34.69

CMYK Percentages of Color #d68abb

%0
%36
%13
%16

Triadic Colors of #d68abb

#d68abb #bbd68a #8abbd6

Analogous Colors of #d68abb

#d68abb #d68a95 #cb8ad6

Monochromatic Colors of #d68abb

#d68abb

Complementary Color

#d68abb #8ad6a5

#d68abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68abb Color CSS Codes

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

#d68abb Text Font Color

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

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


#d68abb Background Color

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

This div background color is #d68abb


#d68abb Border Color

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

This div border color is #d68abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68abb


Comments

No comments written yet.

Please login to write comment.