Color Hex Logo

#d46edb Color Hex

#D46EDB
(212,110,219)
0 Favorites   0 Comments

Color spaces of #d46edb

RGB 212110219
HSL0.820.600.65
HSV296°50°86°
CMYK 0.030.500.00   0.14
XYZ45.513530.263470.4604
Yxy30.26340.31120.2069
Hunter Lab55.012251.4080-37.4310
CIE-Lab61.880855.4813-38.7143

#d46edb color RGB value is (212,110,219).

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

The process color (four color CMYK) of #d46edb color hex is 0.03, 0.50, 0.00, 0.14. Web safe color of #d46edb is #cc66cc. Color #d46edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01101110 11011011
Octal 324 156 333
Decimal 212 110 219
Hex D4 6E DB

RGB Percentages of Color #d46edb

%39.19
%20.33
%40.48

CMYK Percentages of Color #d46edb

%3
%50
%0
%14

Triadic Colors of #d46edb

#d46edb #dbd46e #6edbd4

Analogous Colors of #d46edb

#d46edb #db6eac #9e6edb

Monochromatic Colors of #d46edb

#d46edb

Complementary Color

#d46edb #75db6e

#d46edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d46edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d46edb Color CSS Codes

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

#d46edb Text Font Color

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

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


#d46edb Background Color

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

This div background color is #d46edb


#d46edb Border Color

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

This div border color is #d46edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d46edb


Comments

No comments written yet.

Please login to write comment.