Color Hex Logo

#d68cff Color Hex

#D68CFF
(214,140,255)
1 Favorites   0 Comments

Color spaces of #d68cff

RGB 214140255
HSL0.771.000.77
HSV279°45°100°
CMYK 0.160.450.00   0.00
XYZ55.159640.272399.4738
Yxy40.27230.28300.2066
Hunter Lab63.460544.0957-48.5143
CIE-Lab69.663047.8218-46.3697

#d68cff color RGB value is (214,140,255).

#d68cff hex color red value is 214, green value is 140 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d68cff hue: 0.77 , saturation: 1.00 and the lightness value of d68cff is 0.77.

The process color (four color CMYK) of #d68cff color hex is 0.16, 0.45, 0.00, 0.00. Web safe color of #d68cff is #cc99ff. Color #d68cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001100 11111111
Octal 326 214 377
Decimal 214 140 255
Hex D6 8C FF

RGB Percentages of Color #d68cff

%35.14
%22.99
%41.87

CMYK Percentages of Color #d68cff

%16
%45
%0
%0

Triadic Colors of #d68cff

#d68cff #ffd68c #8cffd6

Analogous Colors of #d68cff

#d68cff #ff8cef #9d8cff

Monochromatic Colors of #d68cff

#d68cff

Complementary Color

#d68cff #b5ff8c

#d68cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68cff Color CSS Codes

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

#d68cff Text Font Color

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

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


#d68cff Background Color

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

This div background color is #d68cff


#d68cff Border Color

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

This div border color is #d68cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68cff


Comments

No comments written yet.

Please login to write comment.