Color Hex Logo

#d68fad Color Hex

#D68FAD
(214,143,173)
0 Favorites   0 Comments

Color spaces of #d68fad

RGB 214143173
HSL0.930.460.70
HSV335°33°84°
CMYK 0.000.330.19   0.16
XYZ45.096836.958244.2919
Yxy36.95820.35690.2925
Hunter Lab60.793326.0242-0.6414
CIE-Lab67.245731.1596-4.6627

#d68fad color RGB value is (214,143,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001111 10101101
Octal 326 217 255
Decimal 214 143 173
Hex D6 8F AD

RGB Percentages of Color #d68fad

%40.38
%26.98
%32.64

CMYK Percentages of Color #d68fad

%0
%33
%19
%16

Triadic Colors of #d68fad

#d68fad #add68f #8fadd6

Analogous Colors of #d68fad

#d68fad #d6958f #d68fd1

Monochromatic Colors of #d68fad

#d68fad

Complementary Color

#d68fad #8fd6b8

#d68fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68fad Color CSS Codes

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

#d68fad Text Font Color

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

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


#d68fad Background Color

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

This div background color is #d68fad


#d68fad Border Color

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

This div border color is #d68fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68fad


Comments

No comments written yet.

Please login to write comment.