Color Hex Logo

#d668fb Color Hex

#D668FB
(214,104,251)
0 Favorites   0 Comments

Color spaces of #d668fb

RGB 214104251
HSL0.790.950.70
HSV285°59°98°
CMYK 0.150.590.00   0.02
XYZ50.094531.161894.6413
Yxy31.16180.28480.1772
Hunter Lab55.822862.4934-61.4437
CIE-Lab62.644064.8987-55.2766

#d668fb color RGB value is (214,104,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01101000 11111011
Octal 326 150 373
Decimal 214 104 251
Hex D6 68 FB

RGB Percentages of Color #d668fb

%37.61
%18.28
%44.11

CMYK Percentages of Color #d668fb

%15
%59
%0
%2

Triadic Colors of #d668fb

#d668fb #fbd668 #68fbd6

Analogous Colors of #d668fb

#d668fb #fb68d7 #8d68fb

Monochromatic Colors of #d668fb

#d668fb

Complementary Color

#d668fb #8dfb68

#d668fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d668fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d668fb Color CSS Codes

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

#d668fb Text Font Color

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

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


#d668fb Background Color

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

This div background color is #d668fb


#d668fb Border Color

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

This div border color is #d668fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d668fb


Comments

No comments written yet.

Please login to write comment.