Color Hex Logo

#d49dfe Color Hex

#D49DFE
(212,157,254)
0 Favorites   0 Comments

Color spaces of #d49dfe

RGB 212157254
HSL0.760.980.81
HSV274°38°100°
CMYK 0.170.380.00   0.00
XYZ57.097745.266799.4939
Yxy45.26670.28290.2242
Hunter Lab67.280533.7433-40.5812
CIE-Lab73.067237.9774-40.5136

#d49dfe color RGB value is (212,157,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011101 11111110
Octal 324 235 376
Decimal 212 157 254
Hex D4 9D FE

RGB Percentages of Color #d49dfe

%34.03
%25.20
%40.77

CMYK Percentages of Color #d49dfe

%17
%38
%0
%0

Triadic Colors of #d49dfe

#d49dfe #fed49d #9dfed4

Analogous Colors of #d49dfe

#d49dfe #fe9df8 #a49dfe

Monochromatic Colors of #d49dfe

#d49dfe

Complementary Color

#d49dfe #c7fe9d

#d49dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49dfe Color CSS Codes

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

#d49dfe Text Font Color

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

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


#d49dfe Background Color

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

This div background color is #d49dfe


#d49dfe Border Color

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

This div border color is #d49dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49dfe


Comments

No comments written yet.

Please login to write comment.