Color Hex Logo

#d68cbd Color Hex

#D68CBD
(214,140,189)
0 Favorites   0 Comments

Color spaces of #d68cbd

RGB 214140189
HSL0.890.470.69
HSV320°35°84°
CMYK 0.000.350.12   0.16
XYZ46.294936.726452.7930
Yxy36.72640.34090.2704
Hunter Lab60.602330.3044-9.2282
CIE-Lab67.071335.3348-13.8951

#d68cbd color RGB value is (214,140,189).

#d68cbd hex color red value is 214, green value is 140 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d68cbd hue: 0.89 , saturation: 0.47 and the lightness value of d68cbd is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001100 10111101
Octal 326 214 275
Decimal 214 140 189
Hex D6 8C BD

RGB Percentages of Color #d68cbd

%39.41
%25.78
%34.81

CMYK Percentages of Color #d68cbd

%0
%35
%12
%16

Triadic Colors of #d68cbd

#d68cbd #bdd68c #8cbdd6

Analogous Colors of #d68cbd

#d68cbd #d68c98 #ca8cd6

Monochromatic Colors of #d68cbd

#d68cbd

Complementary Color

#d68cbd #8cd6a5

#d68cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68cbd Color CSS Codes

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

#d68cbd Text Font Color

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

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


#d68cbd Background Color

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

This div background color is #d68cbd


#d68cbd Border Color

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

This div border color is #d68cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68cbd


Comments

No comments written yet.

Please login to write comment.