Color Hex Logo

#d68baf Color Hex

#D68BAF
(214,139,175)
0 Favorites   0 Comments

Color spaces of #d68baf

RGB 214139175
HSL0.920.480.69
HSV331°35°84°
CMYK 0.000.350.18   0.16
XYZ44.702035.856545.1224
Yxy35.85650.35570.2853
Hunter Lab59.880328.4638-2.7614
CIE-Lab66.410133.6197-7.0238

#d68baf color RGB value is (214,139,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001011 10101111
Octal 326 213 257
Decimal 214 139 175
Hex D6 8B AF

RGB Percentages of Color #d68baf

%40.53
%26.33
%33.14

CMYK Percentages of Color #d68baf

%0
%35
%18
%16

Triadic Colors of #d68baf

#d68baf #afd68b #8bafd6

Analogous Colors of #d68baf

#d68baf #d68d8b #d68bd5

Monochromatic Colors of #d68baf

#d68baf

Complementary Color

#d68baf #8bd6b2

#d68baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68baf Color CSS Codes

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

#d68baf Text Font Color

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

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


#d68baf Background Color

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

This div background color is #d68baf


#d68baf Border Color

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

This div border color is #d68baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68baf


Comments

No comments written yet.

Please login to write comment.