Color Hex Logo

#d06bfd Color Hex

#D06BFD
(208,107,253)
0 Favorites   0 Comments

Color spaces of #d06bfd

RGB 208107253
HSL0.780.970.71
HSV282°58°99°
CMYK 0.180.580.00   0.01
XYZ48.999731.017196.3328
Yxy31.01710.27790.1759
Hunter Lab55.693059.5848-63.5695
CIE-Lab62.522162.4603-56.6172

#d06bfd color RGB value is (208,107,253).

#d06bfd hex color red value is 208, green value is 107 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d06bfd hue: 0.78 , saturation: 0.97 and the lightness value of d06bfd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01101011 11111101
Octal 320 153 375
Decimal 208 107 253
Hex D0 6B FD

RGB Percentages of Color #d06bfd

%36.62
%18.84
%44.54

CMYK Percentages of Color #d06bfd

%18
%58
%0
%1

Triadic Colors of #d06bfd

#d06bfd #fdd06b #6bfdd0

Analogous Colors of #d06bfd

#d06bfd #fd6be1 #876bfd

Monochromatic Colors of #d06bfd

#d06bfd

Complementary Color

#d06bfd #98fd6b

#d06bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06bfd Color CSS Codes

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

#d06bfd Text Font Color

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

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


#d06bfd Background Color

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

This div background color is #d06bfd


#d06bfd Border Color

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

This div border color is #d06bfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,107,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.