Color Hex Logo

#d466fa Color Hex

#D466FA
(212,102,250)
0 Favorites   0 Comments

Color spaces of #d466fa

RGB 212102250
HSL0.790.940.69
HSV285°59°98°
CMYK 0.150.590.00   0.02
XYZ49.158130.401993.7197
Yxy30.40190.28370.1754
Hunter Lab55.137962.6500-62.1806
CIE-Lab61.999565.1445-55.7663

#d466fa color RGB value is (212,102,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01100110 11111010
Octal 324 146 372
Decimal 212 102 250
Hex D4 66 FA

RGB Percentages of Color #d466fa

%37.59
%18.09
%44.33

CMYK Percentages of Color #d466fa

%15
%59
%0
%2

Triadic Colors of #d466fa

#d466fa #fad466 #66fad4

Analogous Colors of #d466fa

#d466fa #fa66d6 #8a66fa

Monochromatic Colors of #d466fa

#d466fa

Complementary Color

#d466fa #8cfa66

#d466fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d466fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d466fa Color CSS Codes

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

#d466fa Text Font Color

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

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


#d466fa Background Color

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

This div background color is #d466fa


#d466fa Border Color

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

This div border color is #d466fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d466fa


Comments

No comments written yet.

Please login to write comment.