Color Hex Logo

#d969fb Color Hex

#D969FB
(217,105,251)
0 Favorites   0 Comments

Color spaces of #d969fb

RGB 217105251
HSL0.790.950.70
HSV286°58°98°
CMYK 0.140.580.00   0.02
XYZ51.079431.819994.7165
Yxy31.81990.28760.1792
Hunter Lab56.409162.9187-60.0674
CIE-Lab63.193865.1588-54.3792

#d969fb color RGB value is (217,105,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101001 11111011
Octal 331 151 373
Decimal 217 105 251
Hex D9 69 FB

RGB Percentages of Color #d969fb

%37.87
%18.32
%43.80

CMYK Percentages of Color #d969fb

%14
%58
%0
%2

Triadic Colors of #d969fb

#d969fb #fbd969 #69fbd9

Analogous Colors of #d969fb

#d969fb #fb69d4 #9069fb

Monochromatic Colors of #d969fb

#d969fb

Complementary Color

#d969fb #8bfb69

#d969fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d969fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d969fb Color CSS Codes

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

#d969fb Text Font Color

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

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


#d969fb Background Color

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

This div background color is #d969fb


#d969fb Border Color

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

This div border color is #d969fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d969fb


Comments

No comments written yet.

Please login to write comment.