Color Hex Logo

#d68bcc Color Hex

#D68BCC
(214,139,204)
0 Favorites   0 Comments

Color spaces of #d68bcc

RGB 214139204
HSL0.860.480.69
HSV308°35°84°
CMYK 0.000.350.05   0.16
XYZ47.863337.121061.7691
Yxy37.12100.32610.2529
Hunter Lab60.927033.6045-17.4606
CIE-Lab67.367738.4503-21.8270

#d68bcc color RGB value is (214,139,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001011 11001100
Octal 326 213 314
Decimal 214 139 204
Hex D6 8B CC

RGB Percentages of Color #d68bcc

%38.42
%24.96
%36.62

CMYK Percentages of Color #d68bcc

%0
%35
%5
%16

Triadic Colors of #d68bcc

#d68bcc #ccd68b #8bccd6

Analogous Colors of #d68bcc

#d68bcc #d68ba7 #bb8bd6

Monochromatic Colors of #d68bcc

#d68bcc

Complementary Color

#d68bcc #8bd695

#d68bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68bcc Color CSS Codes

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

#d68bcc Text Font Color

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

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


#d68bcc Background Color

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

This div background color is #d68bcc


#d68bcc Border Color

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

This div border color is #d68bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68bcc


Comments

No comments written yet.

Please login to write comment.