Color Hex Logo

#d468fa Color Hex

#D468FA
(212,104,250)
0 Favorites   0 Comments

Color spaces of #d468fa

RGB 212104250
HSL0.790.940.69
HSV284°58°98°
CMYK 0.150.580.00   0.02
XYZ49.357030.799893.7860
Yxy30.79980.28380.1771
Hunter Lab55.497661.6290-61.3466
CIE-Lab62.338364.2247-55.2269

#d468fa color RGB value is (212,104,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01101000 11111010
Octal 324 150 372
Decimal 212 104 250
Hex D4 68 FA

RGB Percentages of Color #d468fa

%37.46
%18.37
%44.17

CMYK Percentages of Color #d468fa

%15
%58
%0
%2

Triadic Colors of #d468fa

#d468fa #fad468 #68fad4

Analogous Colors of #d468fa

#d468fa #fa68d7 #8b68fa

Monochromatic Colors of #d468fa

#d468fa

Complementary Color

#d468fa #8efa68

#d468fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d468fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d468fa Color CSS Codes

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

#d468fa Text Font Color

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

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


#d468fa Background Color

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

This div background color is #d468fa


#d468fa Border Color

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

This div border color is #d468fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d468fa

Related Colors


Comments

No comments written yet.

Please login to write comment.