Color Hex Logo

#d46eee Color Hex

#D46EEE
(212,110,238)
0 Favorites   0 Comments

Color spaces of #d46eee

RGB 212110238
HSL0.800.790.68
HSV288°54°93°
CMYK 0.110.540.00   0.07
XYZ48.159931.322084.3964
Yxy31.32200.29390.1911
Hunter Lab55.966155.6622-50.2326
CIE-Lab62.778559.0513-47.8928

#d46eee color RGB value is (212,110,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01101110 11101110
Octal 324 156 356
Decimal 212 110 238
Hex D4 6E EE

RGB Percentages of Color #d46eee

%37.86
%19.64
%42.50

CMYK Percentages of Color #d46eee

%11
%54
%0
%7

Triadic Colors of #d46eee

#d46eee #eed46e #6eeed4

Analogous Colors of #d46eee

#d46eee #ee6ec8 #946eee

Monochromatic Colors of #d46eee

#d46eee

Complementary Color

#d46eee #88ee6e

#d46eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d46eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d46eee Color CSS Codes

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

#d46eee Text Font Color

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

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


#d46eee Background Color

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

This div background color is #d46eee


#d46eee Border Color

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

This div border color is #d46eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d46eee


Comments

No comments written yet.

Please login to write comment.