Color Hex Logo

#d06eff Color Hex

#D06EFF
(208,110,255)
0 Favorites   0 Comments

Color spaces of #d06eff

RGB 208110255
HSL0.781.000.72
HSV281°57°100°
CMYK 0.180.570.00   0.00
XYZ49.638431.781898.1260
Yxy31.78180.27650.1770
Hunter Lab56.375358.5121-63.7364
CIE-Lab63.162161.4358-56.6976

#d06eff color RGB value is (208,110,255).

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

The process color (four color CMYK) of #d06eff color hex is 0.18, 0.57, 0.00, 0.00. Web safe color of #d06eff is #cc66ff. Color #d06eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01101110 11111111
Octal 320 156 377
Decimal 208 110 255
Hex D0 6E FF

RGB Percentages of Color #d06eff

%36.30
%19.20
%44.50

CMYK Percentages of Color #d06eff

%18
%57
%0
%0

Triadic Colors of #d06eff

#d06eff #ffd06e #6effd0

Analogous Colors of #d06eff

#d06eff #ff6ee6 #886eff

Monochromatic Colors of #d06eff

#d06eff

Complementary Color

#d06eff #9dff6e

#d06eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06eff Color CSS Codes

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

#d06eff Text Font Color

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

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


#d06eff Background Color

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

This div background color is #d06eff


#d06eff Border Color

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

This div border color is #d06eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06eff

Related Colors

#d06eff Color Palettes


Comments

No comments written yet.

Please login to write comment.