Color Hex Logo

#d967fa Color Hex

#D967FA
(217,103,250)
0 Favorites   0 Comments

Color spaces of #d967fa

RGB 217103250
HSL0.800.940.69
HSV287°59°98°
CMYK 0.130.590.00   0.02
XYZ50.720831.354393.8212
Yxy31.35430.28840.1783
Hunter Lab55.994963.6962-60.1458
CIE-Lab62.805665.8784-54.4450

#d967fa color RGB value is (217,103,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100111 11111010
Octal 331 147 372
Decimal 217 103 250
Hex D9 67 FA

RGB Percentages of Color #d967fa

%38.07
%18.07
%43.86

CMYK Percentages of Color #d967fa

%13
%59
%0
%2

Triadic Colors of #d967fa

#d967fa #fad967 #67fad9

Analogous Colors of #d967fa

#d967fa #fa67d2 #9067fa

Monochromatic Colors of #d967fa

#d967fa

Complementary Color

#d967fa #88fa67

#d967fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d967fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d967fa Color CSS Codes

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

#d967fa Text Font Color

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

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


#d967fa Background Color

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

This div background color is #d967fa


#d967fa Border Color

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

This div border color is #d967fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,103,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d967fa


Comments

No comments written yet.

Please login to write comment.