Color Hex Logo

#d68eff Color Hex

#D68EFF
(214,142,255)
0 Favorites   0 Comments

Color spaces of #d68eff

RGB 214142255
HSL0.771.000.78
HSV278°44°100°
CMYK 0.160.440.00   0.00
XYZ55.454640.862199.5721
Yxy40.86210.28310.2086
Hunter Lab63.923542.9854-47.6082
CIE-Lab70.079246.7702-45.7160

#d68eff color RGB value is (214,142,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001110 11111111
Octal 326 216 377
Decimal 214 142 255
Hex D6 8E FF

RGB Percentages of Color #d68eff

%35.02
%23.24
%41.73

CMYK Percentages of Color #d68eff

%16
%44
%0
%0

Triadic Colors of #d68eff

#d68eff #ffd68e #8effd6

Analogous Colors of #d68eff

#d68eff #ff8ef0 #9e8eff

Monochromatic Colors of #d68eff

#d68eff

Complementary Color

#d68eff #b7ff8e

#d68eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68eff Color CSS Codes

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

#d68eff Text Font Color

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

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


#d68eff Background Color

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

This div background color is #d68eff


#d68eff Border Color

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

This div border color is #d68eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68eff

Related Colors


Comments

No comments written yet.

Please login to write comment.