Color Hex Logo

#d06fff Color Hex

#D06FFF
(208,111,255)
0 Favorites   0 Comments

Color spaces of #d06fff

RGB 208111255
HSL0.781.000.72
HSV280°56°100°
CMYK 0.180.560.00   0.00
XYZ49.746931.998898.1622
Yxy31.99880.27650.1779
Hunter Lab56.567557.9844-63.2894
CIE-Lab63.341960.9542-56.4115

#d06fff color RGB value is (208,111,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01101111 11111111
Octal 320 157 377
Decimal 208 111 255
Hex D0 6F FF

RGB Percentages of Color #d06fff

%36.24
%19.34
%44.43

CMYK Percentages of Color #d06fff

%18
%56
%0
%0

Triadic Colors of #d06fff

#d06fff #ffd06f #6fffd0

Analogous Colors of #d06fff

#d06fff #ff6fe6 #886fff

Monochromatic Colors of #d06fff

#d06fff

Complementary Color

#d06fff #9eff6f

#d06fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06fff Color CSS Codes

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

#d06fff Text Font Color

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

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


#d06fff Background Color

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

This div background color is #d06fff


#d06fff Border Color

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

This div border color is #d06fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06fff


Comments

No comments written yet.

Please login to write comment.