Color Hex Logo

#d46fec Color Hex

#D46FEC
(212,111,236)
0 Favorites   0 Comments

Color spaces of #d46fec

RGB 212111236
HSL0.800.770.68
HSV288°53°93°
CMYK 0.100.530.00   0.07
XYZ47.976131.422182.8933
Yxy31.42210.29560.1936
Hunter Lab56.055454.6756-48.4377
CIE-Lab62.862458.1822-46.6510

#d46fec color RGB value is (212,111,236).

#d46fec hex color red value is 212, green value is 111 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d46fec hue: 0.80 , saturation: 0.77 and the lightness value of d46fec is 0.68.

The process color (four color CMYK) of #d46fec color hex is 0.10, 0.53, 0.00, 0.07. Web safe color of #d46fec is #cc66ff. Color #d46fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01101111 11101100
Octal 324 157 354
Decimal 212 111 236
Hex D4 6F EC

RGB Percentages of Color #d46fec

%37.92
%19.86
%42.22

CMYK Percentages of Color #d46fec

%10
%53
%0
%7

Triadic Colors of #d46fec

#d46fec #ecd46f #6fecd4

Analogous Colors of #d46fec

#d46fec #ec6fc6 #966fec

Monochromatic Colors of #d46fec

#d46fec

Complementary Color

#d46fec #87ec6f

#d46fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d46fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d46fec Color CSS Codes

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

#d46fec Text Font Color

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

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


#d46fec Background Color

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

This div background color is #d46fec


#d46fec Border Color

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

This div border color is #d46fec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,111,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d46fec


Comments

No comments written yet.

Please login to write comment.