Color Hex Logo

#d68ebe Color Hex

#D68EBE
(214,142,190)
0 Favorites   0 Comments

Color spaces of #d68ebe

RGB 214142190
HSL0.890.470.70
HSV320°34°84°
CMYK 0.000.340.11   0.16
XYZ46.698837.359853.4651
Yxy37.35980.33960.2717
Hunter Lab61.122729.4125-9.0762
CIE-Lab67.546134.4288-13.7404

#d68ebe color RGB value is (214,142,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001110 10111110
Octal 326 216 276
Decimal 214 142 190
Hex D6 8E BE

RGB Percentages of Color #d68ebe

%39.19
%26.01
%34.80

CMYK Percentages of Color #d68ebe

%0
%34
%11
%16

Triadic Colors of #d68ebe

#d68ebe #bed68e #8ebed6

Analogous Colors of #d68ebe

#d68ebe #d68e9a #ca8ed6

Monochromatic Colors of #d68ebe

#d68ebe

Complementary Color

#d68ebe #8ed6a6

#d68ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68ebe Color CSS Codes

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

#d68ebe Text Font Color

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

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


#d68ebe Background Color

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

This div background color is #d68ebe


#d68ebe Border Color

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

This div border color is #d68ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68ebe


Comments

No comments written yet.

Please login to write comment.