Color Hex Logo

#d68fcd Color Hex

#D68FCD
(214,143,205)
0 Favorites   0 Comments

Color spaces of #d68fcd

RGB 214143205
HSL0.850.460.70
HSV308°33°84°
CMYK 0.000.330.04   0.16
XYZ48.573538.348862.5996
Yxy38.34880.32490.2565
Hunter Lab61.926431.6396-16.5860
CIE-Lab68.276936.4892-20.9981

#d68fcd color RGB value is (214,143,205).

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

The process color (four color CMYK) of #d68fcd color hex is 0.00, 0.33, 0.04, 0.16. Web safe color of #d68fcd is #cc99cc. Color #d68fcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001111 11001101
Octal 326 217 315
Decimal 214 143 205
Hex D6 8F CD

RGB Percentages of Color #d68fcd

%38.08
%25.44
%36.48

CMYK Percentages of Color #d68fcd

%0
%33
%4
%16

Triadic Colors of #d68fcd

#d68fcd #cdd68f #8fcdd6

Analogous Colors of #d68fcd

#d68fcd #d68faa #bc8fd6

Monochromatic Colors of #d68fcd

#d68fcd

Complementary Color

#d68fcd #8fd698

#d68fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68fcd Color CSS Codes

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

#d68fcd Text Font Color

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

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


#d68fcd Background Color

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

This div background color is #d68fcd


#d68fcd Border Color

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

This div border color is #d68fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68fcd


Comments

No comments written yet.

Please login to write comment.