Color Hex Logo

#d68aaf Color Hex

#D68AAF
(214,138,175)
0 Favorites   0 Comments

Color spaces of #d68aaf

RGB 214138175
HSL0.920.480.69
HSV331°36°84°
CMYK 0.000.360.18   0.16
XYZ44.557935.568245.0743
Yxy35.56820.35590.2841
Hunter Lab59.639128.9936-3.0631
CIE-Lab66.188734.1560-7.3526

#d68aaf color RGB value is (214,138,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001010 10101111
Octal 326 212 257
Decimal 214 138 175
Hex D6 8A AF

RGB Percentages of Color #d68aaf

%40.61
%26.19
%33.21

CMYK Percentages of Color #d68aaf

%0
%36
%18
%16

Triadic Colors of #d68aaf

#d68aaf #afd68a #8aafd6

Analogous Colors of #d68aaf

#d68aaf #d68b8a #d68ad5

Monochromatic Colors of #d68aaf

#d68aaf

Complementary Color

#d68aaf #8ad6b1

#d68aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68aaf Color CSS Codes

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

#d68aaf Text Font Color

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

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


#d68aaf Background Color

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

This div background color is #d68aaf


#d68aaf Border Color

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

This div border color is #d68aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68aaf


Comments

No comments written yet.

Please login to write comment.