Color Hex Logo

#d967fb Color Hex

#D967FB
(217,103,251)
0 Favorites   0 Comments

Color spaces of #d967fb

RGB 217103251
HSL0.800.950.69
HSV286°59°98°
CMYK 0.140.590.00   0.02
XYZ50.878131.417294.6493
Yxy31.41720.28750.1776
Hunter Lab56.051063.9369-60.8829
CIE-Lab62.858366.0702-54.9125

#d967fb color RGB value is (217,103,251).

#d967fb hex color red value is 217, green value is 103 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d967fb hue: 0.80 , saturation: 0.95 and the lightness value of d967fb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100111 11111011
Octal 331 147 373
Decimal 217 103 251
Hex D9 67 FB

RGB Percentages of Color #d967fb

%38.00
%18.04
%43.96

CMYK Percentages of Color #d967fb

%14
%59
%0
%2

Triadic Colors of #d967fb

#d967fb #fbd967 #67fbd9

Analogous Colors of #d967fb

#d967fb #fb67d3 #8f67fb

Monochromatic Colors of #d967fb

#d967fb

Complementary Color

#d967fb #89fb67

#d967fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d967fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d967fb Color CSS Codes

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

#d967fb Text Font Color

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

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


#d967fb Background Color

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

This div background color is #d967fb


#d967fb Border Color

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

This div border color is #d967fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d967fb


Comments

No comments written yet.

Please login to write comment.