Color Hex Logo

#d68ced Color Hex

#D68CED
(214,140,237)
0 Favorites   0 Comments

Color spaces of #d68ced

RGB 214140237
HSL0.790.730.74
HSV286°41°93°
CMYK 0.100.410.00   0.07
XYZ52.395739.166784.9191
Yxy39.16670.29690.2219
Hunter Lab62.583339.9221-36.6421
CIE-Lab68.871844.1465-37.7655

#d68ced color RGB value is (214,140,237).

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

The process color (four color CMYK) of #d68ced color hex is 0.10, 0.41, 0.00, 0.07. Web safe color of #d68ced is #cc99ff. Color #d68ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001100 11101101
Octal 326 214 355
Decimal 214 140 237
Hex D6 8C ED

RGB Percentages of Color #d68ced

%36.21
%23.69
%40.10

CMYK Percentages of Color #d68ced

%10
%41
%0
%7

Triadic Colors of #d68ced

#d68ced #edd68c #8cedd6

Analogous Colors of #d68ced

#d68ced #ed8cd4 #a68ced

Monochromatic Colors of #d68ced

#d68ced

Complementary Color

#d68ced #a3ed8c

#d68ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68ced Color CSS Codes

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

#d68ced Text Font Color

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

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


#d68ced Background Color

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

This div background color is #d68ced


#d68ced Border Color

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

This div border color is #d68ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68ced


Comments

No comments written yet.

Please login to write comment.