Color Hex Logo

#d68bdc Color Hex

#D68BDC
(214,139,220)
0 Favorites   0 Comments

Color spaces of #d68bdc

RGB 214139220
HSL0.820.540.70
HSV296°37°86°
CMYK 0.030.370.00   0.14
XYZ49.882437.928772.4020
Yxy37.92870.31140.2367
Hunter Lab61.586336.8018-26.5921
CIE-Lab67.968041.3794-29.7937

#d68bdc color RGB value is (214,139,220).

#d68bdc hex color red value is 214, green value is 139 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d68bdc hue: 0.82 , saturation: 0.54 and the lightness value of d68bdc is 0.70.

The process color (four color CMYK) of #d68bdc color hex is 0.03, 0.37, 0.00, 0.14. Web safe color of #d68bdc is #cc99cc. Color #d68bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001011 11011100
Octal 326 213 334
Decimal 214 139 220
Hex D6 8B DC

RGB Percentages of Color #d68bdc

%37.35
%24.26
%38.39

CMYK Percentages of Color #d68bdc

%3
%37
%0
%14

Triadic Colors of #d68bdc

#d68bdc #dcd68b #8bdcd6

Analogous Colors of #d68bdc

#d68bdc #dc8bba #ae8bdc

Monochromatic Colors of #d68bdc

#d68bdc

Complementary Color

#d68bdc #91dc8b

#d68bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68bdc Color CSS Codes

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

#d68bdc Text Font Color

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

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


#d68bdc Background Color

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

This div background color is #d68bdc


#d68bdc Border Color

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

This div border color is #d68bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68bdc


Comments

No comments written yet.

Please login to write comment.