Color Hex Logo

#d669fd Color Hex

#D669FD
(214,105,253)
0 Favorites   0 Comments

Color spaces of #d669fd

RGB 214105253
HSL0.790.970.70
HSV284°58°99°
CMYK 0.150.580.00   0.01
XYZ50.512831.491196.3446
Yxy31.49110.28320.1766
Hunter Lab56.116962.4694-62.5104
CIE-Lab62.920064.8299-55.9389

#d669fd color RGB value is (214,105,253).

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

The process color (four color CMYK) of #d669fd color hex is 0.15, 0.58, 0.00, 0.01. Web safe color of #d669fd is #cc66ff. Color #d669fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01101001 11111101
Octal 326 151 375
Decimal 214 105 253
Hex D6 69 FD

RGB Percentages of Color #d669fd

%37.41
%18.36
%44.23

CMYK Percentages of Color #d669fd

%15
%58
%0
%1

Triadic Colors of #d669fd

#d669fd #fdd669 #69fdd6

Analogous Colors of #d669fd

#d669fd #fd69da #8c69fd

Monochromatic Colors of #d669fd

#d669fd

Complementary Color

#d669fd #90fd69

#d669fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d669fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d669fd Color CSS Codes

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

#d669fd Text Font Color

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

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


#d669fd Background Color

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

This div background color is #d669fd


#d669fd Border Color

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

This div border color is #d669fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,105,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d669fd


Comments

No comments written yet.

Please login to write comment.