Color Hex Logo

#d68dec Color Hex

#D68DEC
(214,141,236)
0 Favorites   0 Comments

Color spaces of #d68dec

RGB 214141236
HSL0.790.710.74
HSV286°40°93°
CMYK 0.090.400.00   0.07
XYZ52.396839.402084.2006
Yxy39.40200.29770.2239
Hunter Lab62.771039.1499-35.5915
CIE-Lab69.041543.4183-36.9524

#d68dec color RGB value is (214,141,236).

#d68dec hex color red value is 214, green value is 141 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d68dec hue: 0.79 , saturation: 0.71 and the lightness value of d68dec is 0.74.

The process color (four color CMYK) of #d68dec color hex is 0.09, 0.40, 0.00, 0.07. Web safe color of #d68dec is #cc99ff. Color #d68dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001101 11101100
Octal 326 215 354
Decimal 214 141 236
Hex D6 8D EC

RGB Percentages of Color #d68dec

%36.21
%23.86
%39.93

CMYK Percentages of Color #d68dec

%9
%40
%0
%7

Triadic Colors of #d68dec

#d68dec #ecd68d #8decd6

Analogous Colors of #d68dec

#d68dec #ec8dd3 #a78dec

Monochromatic Colors of #d68dec

#d68dec

Complementary Color

#d68dec #a3ec8d

#d68dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68dec Color CSS Codes

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

#d68dec Text Font Color

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

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


#d68dec Background Color

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

This div background color is #d68dec


#d68dec Border Color

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

This div border color is #d68dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68dec


Comments

No comments written yet.

Please login to write comment.