Color Hex Logo

#d068fb Color Hex

#D068FB
(208,104,251)
0 Favorites   0 Comments

Color spaces of #d068fb

RGB 208104251
HSL0.780.950.70
HSV282°59°98°
CMYK 0.170.590.00   0.02
XYZ48.375330.275694.5609
Yxy30.27560.27930.1748
Hunter Lab55.023360.6427-63.3773
CIE-Lab61.891363.4689-56.5203

#d068fb color RGB value is (208,104,251).

#d068fb hex color red value is 208, green value is 104 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d068fb hue: 0.78 , saturation: 0.95 and the lightness value of d068fb is 0.70.

The process color (four color CMYK) of #d068fb color hex is 0.17, 0.59, 0.00, 0.02. Web safe color of #d068fb is #cc66ff. Color #d068fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01101000 11111011
Octal 320 150 373
Decimal 208 104 251
Hex D0 68 FB

RGB Percentages of Color #d068fb

%36.94
%18.47
%44.58

CMYK Percentages of Color #d068fb

%17
%59
%0
%2

Triadic Colors of #d068fb

#d068fb #fbd068 #68fbd0

Analogous Colors of #d068fb

#d068fb #fb68dd #8768fb

Monochromatic Colors of #d068fb

#d068fb

Complementary Color

#d068fb #93fb68

#d068fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d068fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d068fb Color CSS Codes

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

#d068fb Text Font Color

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

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


#d068fb Background Color

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

This div background color is #d068fb


#d068fb Border Color

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

This div border color is #d068fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d068fb


Comments

No comments written yet.

Please login to write comment.