Color Hex Logo

#d68cbe Color Hex

#D68CBE
(214,140,190)
0 Favorites   0 Comments

Color spaces of #d68cbe

RGB 214140190
HSL0.890.470.69
HSV319°35°84°
CMYK 0.000.350.11   0.16
XYZ46.403936.770053.3668
Yxy36.77000.33990.2693
Hunter Lab60.638330.4815-9.7334
CIE-Lab67.104135.5016-14.4057

#d68cbe color RGB value is (214,140,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001100 10111110
Octal 326 214 276
Decimal 214 140 190
Hex D6 8C BE

RGB Percentages of Color #d68cbe

%39.34
%25.74
%34.93

CMYK Percentages of Color #d68cbe

%0
%35
%11
%16

Triadic Colors of #d68cbe

#d68cbe #bed68c #8cbed6

Analogous Colors of #d68cbe

#d68cbe #d68c99 #c98cd6

Monochromatic Colors of #d68cbe

#d68cbe

Complementary Color

#d68cbe #8cd6a4

#d68cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68cbe Color CSS Codes

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

#d68cbe Text Font Color

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

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


#d68cbe Background Color

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

This div background color is #d68cbe


#d68cbe Border Color

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

This div border color is #d68cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68cbe


Comments

No comments written yet.

Please login to write comment.