Color Hex Logo

#d46fef Color Hex

#D46FEF
(212,111,239)
0 Favorites   0 Comments

Color spaces of #d46fef

RGB 212111239
HSL0.800.800.69
HSV287°54°94°
CMYK 0.110.540.00   0.06
XYZ48.415831.597985.2086
Yxy31.59790.29300.1912
Hunter Lab56.212055.3723-50.5259
CIE-Lab63.009258.7619-48.0826

#d46fef color RGB value is (212,111,239).

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

The process color (four color CMYK) of #d46fef color hex is 0.11, 0.54, 0.00, 0.06. Web safe color of #d46fef is #cc66ff. Color #d46fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01101111 11101111
Octal 324 157 357
Decimal 212 111 239
Hex D4 6F EF

RGB Percentages of Color #d46fef

%37.72
%19.75
%42.53

CMYK Percentages of Color #d46fef

%11
%54
%0
%6

Triadic Colors of #d46fef

#d46fef #efd46f #6fefd4

Analogous Colors of #d46fef

#d46fef #ef6fca #946fef

Monochromatic Colors of #d46fef

#d46fef

Complementary Color

#d46fef #8aef6f

#d46fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d46fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d46fef Color CSS Codes

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

#d46fef Text Font Color

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

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


#d46fef Background Color

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

This div background color is #d46fef


#d46fef Border Color

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

This div border color is #d46fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d46fef


Comments

No comments written yet.

Please login to write comment.