Color Hex Logo

#d49eff Color Hex

#D49EFF
(212,158,255)
0 Favorites   0 Comments

Color spaces of #d49eff

RGB 212158255
HSL0.761.000.81
HSV273°38°100°
CMYK 0.170.380.00   0.00
XYZ57.428245.6708100.3963
Yxy45.67080.28220.2244
Hunter Lab67.580233.4202-40.7744
CIE-Lab73.331437.6508-40.6429

#d49eff color RGB value is (212,158,255).

#d49eff hex color red value is 212, green value is 158 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d49eff hue: 0.76 , saturation: 1.00 and the lightness value of d49eff is 0.81.

The process color (four color CMYK) of #d49eff color hex is 0.17, 0.38, 0.00, 0.00. Web safe color of #d49eff is #cc99ff. Color #d49eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011110 11111111
Octal 324 236 377
Decimal 212 158 255
Hex D4 9E FF

RGB Percentages of Color #d49eff

%33.92
%25.28
%40.80

CMYK Percentages of Color #d49eff

%17
%38
%0
%0

Triadic Colors of #d49eff

#d49eff #ffd49e #9effd4

Analogous Colors of #d49eff

#d49eff #ff9efa #a49eff

Monochromatic Colors of #d49eff

#d49eff

Complementary Color

#d49eff #c9ff9e

#d49eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49eff Color CSS Codes

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

#d49eff Text Font Color

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

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


#d49eff Background Color

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

This div background color is #d49eff


#d49eff Border Color

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

This div border color is #d49eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49eff

Related Colors

#d49eff Color Palettes


Comments

No comments written yet.

Please login to write comment.