Color Hex Logo

#d68acc Color Hex

#D68ACC
(214,138,204)
0 Favorites   0 Comments

Color spaces of #d68acc

RGB 214138204
HSL0.860.480.69
HSV308°36°84°
CMYK 0.000.360.05   0.16
XYZ47.719136.832761.7211
Yxy36.83270.32620.2518
Hunter Lab60.689934.1430-17.8144
CIE-Lab67.151338.9831-22.1572

#d68acc color RGB value is (214,138,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001010 11001100
Octal 326 212 314
Decimal 214 138 204
Hex D6 8A CC

RGB Percentages of Color #d68acc

%38.49
%24.82
%36.69

CMYK Percentages of Color #d68acc

%0
%36
%5
%16

Triadic Colors of #d68acc

#d68acc #ccd68a #8accd6

Analogous Colors of #d68acc

#d68acc #d68aa6 #ba8ad6

Monochromatic Colors of #d68acc

#d68acc

Complementary Color

#d68acc #8ad694

#d68acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68acc Color CSS Codes

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

#d68acc Text Font Color

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

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


#d68acc Background Color

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

This div background color is #d68acc


#d68acc Border Color

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

This div border color is #d68acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68acc


Comments

No comments written yet.

Please login to write comment.