Color Hex Logo

#d49cff Color Hex

#D49CFF
(212,156,255)
0 Favorites   0 Comments

Color spaces of #d49cff

RGB 212156255
HSL0.761.000.81
HSV274°39°100°
CMYK 0.170.390.00   0.00
XYZ57.089844.9940100.2835
Yxy44.99400.28210.2223
Hunter Lab67.077634.5358-41.6865
CIE-Lab72.887938.7304-41.3346

#d49cff color RGB value is (212,156,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011100 11111111
Octal 324 234 377
Decimal 212 156 255
Hex D4 9C FF

RGB Percentages of Color #d49cff

%34.03
%25.04
%40.93

CMYK Percentages of Color #d49cff

%17
%39
%0
%0

Triadic Colors of #d49cff

#d49cff #ffd49c #9cffd4

Analogous Colors of #d49cff

#d49cff #ff9cf9 #a39cff

Monochromatic Colors of #d49cff

#d49cff

Complementary Color

#d49cff #c7ff9c

#d49cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49cff Color CSS Codes

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

#d49cff Text Font Color

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

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


#d49cff Background Color

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

This div background color is #d49cff


#d49cff Border Color

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

This div border color is #d49cff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,156,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 #d49cff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49cff


Comments

No comments written yet.

Please login to write comment.