Color Hex Logo

#d49ffb Color Hex

#D49FFB
(212,159,251)
0 Favorites   0 Comments

Color spaces of #d49ffb

RGB 212159251
HSL0.760.920.80
HSV275°37°98°
CMYK 0.160.370.00   0.02
XYZ56.962145.758497.0968
Yxy45.75840.28510.2290
Hunter Lab67.645031.9316-37.7527
CIE-Lab73.388536.2581-38.3882

#d49ffb color RGB value is (212,159,251).

#d49ffb hex color red value is 212, green value is 159 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d49ffb hue: 0.76 , saturation: 0.92 and the lightness value of d49ffb is 0.80.

The process color (four color CMYK) of #d49ffb color hex is 0.16, 0.37, 0.00, 0.02. Web safe color of #d49ffb is #cc99ff. Color #d49ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011111 11111011
Octal 324 237 373
Decimal 212 159 251
Hex D4 9F FB

RGB Percentages of Color #d49ffb

%34.08
%25.56
%40.35

CMYK Percentages of Color #d49ffb

%16
%37
%0
%2

Triadic Colors of #d49ffb

#d49ffb #fbd49f #9ffbd4

Analogous Colors of #d49ffb

#d49ffb #fb9ff4 #a69ffb

Monochromatic Colors of #d49ffb

#d49ffb

Complementary Color

#d49ffb #c6fb9f

#d49ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49ffb Color CSS Codes

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

#d49ffb Text Font Color

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

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


#d49ffb Background Color

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

This div background color is #d49ffb


#d49ffb Border Color

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

This div border color is #d49ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49ffb


Comments

No comments written yet.

Please login to write comment.