Color Hex Logo

#d68ecb Color Hex

#D68ECB
(214,142,203)
0 Favorites   0 Comments

Color spaces of #d68ecb

RGB 214142203
HSL0.860.470.70
HSV309°34°84°
CMYK 0.000.340.05   0.16
XYZ48.184037.953961.2862
Yxy37.95390.32680.2574
Hunter Lab61.606731.7970-15.8568
CIE-Lab67.986636.6690-20.3273

#d68ecb color RGB value is (214,142,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001110 11001011
Octal 326 216 313
Decimal 214 142 203
Hex D6 8E CB

RGB Percentages of Color #d68ecb

%38.28
%25.40
%36.31

CMYK Percentages of Color #d68ecb

%0
%34
%5
%16

Triadic Colors of #d68ecb

#d68ecb #cbd68e #8ecbd6

Analogous Colors of #d68ecb

#d68ecb #d68ea7 #bd8ed6

Monochromatic Colors of #d68ecb

#d68ecb

Complementary Color

#d68ecb #8ed699

#d68ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68ecb Color CSS Codes

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

#d68ecb Text Font Color

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

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


#d68ecb Background Color

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

This div background color is #d68ecb


#d68ecb Border Color

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

This div border color is #d68ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68ecb


Comments

No comments written yet.

Please login to write comment.