Color Hex Logo

#d46fdf Color Hex

#D46FDF
(212,111,223)
0 Favorites   0 Comments

Color spaces of #d46fdf

RGB 212111223
HSL0.820.640.65
HSV294°50°87°
CMYK 0.050.500.00   0.13
XYZ46.155130.693673.3039
Yxy30.69360.30740.2044
Hunter Lab55.401851.7547-39.6672
CIE-Lab62.248155.7277-40.3775

#d46fdf color RGB value is (212,111,223).

#d46fdf hex color red value is 212, green value is 111 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d46fdf hue: 0.82 , saturation: 0.64 and the lightness value of d46fdf is 0.65.

The process color (four color CMYK) of #d46fdf color hex is 0.05, 0.50, 0.00, 0.13. Web safe color of #d46fdf is #cc66cc. Color #d46fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01101111 11011111
Octal 324 157 337
Decimal 212 111 223
Hex D4 6F DF

RGB Percentages of Color #d46fdf

%38.83
%20.33
%40.84

CMYK Percentages of Color #d46fdf

%5
%50
%0
%13

Triadic Colors of #d46fdf

#d46fdf #dfd46f #6fdfd4

Analogous Colors of #d46fdf

#d46fdf #df6fb2 #9c6fdf

Monochromatic Colors of #d46fdf

#d46fdf

Complementary Color

#d46fdf #7adf6f

#d46fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d46fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d46fdf Color CSS Codes

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

#d46fdf Text Font Color

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

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


#d46fdf Background Color

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

This div background color is #d46fdf


#d46fdf Border Color

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

This div border color is #d46fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d46fdf


Comments

No comments written yet.

Please login to write comment.