Color Hex Logo

#d46afa Color Hex

#D46AFA
(212,106,250)
0 Favorites   0 Comments

Color spaces of #d46afa

RGB 212106250
HSL0.790.940.70
HSV284°58°98°
CMYK 0.150.580.00   0.02
XYZ49.560731.207293.8539
Yxy31.20720.28380.1787
Hunter Lab55.863460.6000-60.5064
CIE-Lab62.682263.2945-54.6799

#d46afa color RGB value is (212,106,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01101010 11111010
Octal 324 152 372
Decimal 212 106 250
Hex D4 6A FA

RGB Percentages of Color #d46afa

%37.32
%18.66
%44.01

CMYK Percentages of Color #d46afa

%15
%58
%0
%2

Triadic Colors of #d46afa

#d46afa #fad46a #6afad4

Analogous Colors of #d46afa

#d46afa #fa6ad8 #8c6afa

Monochromatic Colors of #d46afa

#d46afa

Complementary Color

#d46afa #90fa6a

#d46afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d46afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d46afa Color CSS Codes

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

#d46afa Text Font Color

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

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


#d46afa Background Color

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

This div background color is #d46afa


#d46afa Border Color

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

This div border color is #d46afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d46afa


Comments

No comments written yet.

Please login to write comment.