Color Hex Logo

#dda4fd Color Hex

#DDA4FD
(221,164,253)
0 Favorites   0 Comments

Color spaces of #dda4fd

RGB 221164253
HSL0.770.960.82
HSV278°35°99°
CMYK 0.130.350.00   0.01
XYZ60.823949.014999.1836
Yxy49.01490.29100.2345
Hunter Lab70.010632.5587-34.9883
CIE-Lab75.460636.6456-36.1850

#dda4fd color RGB value is (221,164,253).

#dda4fd hex color red value is 221, green value is 164 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dda4fd hue: 0.77 , saturation: 0.96 and the lightness value of dda4fd is 0.82.

The process color (four color CMYK) of #dda4fd color hex is 0.13, 0.35, 0.00, 0.01. Web safe color of #dda4fd is #cc99ff. Color #dda4fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100100 11111101
Octal 335 244 375
Decimal 221 164 253
Hex DD A4 FD

RGB Percentages of Color #dda4fd

%34.64
%25.71
%39.66

CMYK Percentages of Color #dda4fd

%13
%35
%0
%1

Triadic Colors of #dda4fd

#dda4fd #fddda4 #a4fddd

Analogous Colors of #dda4fd

#dda4fd #fda4f1 #b1a4fd

Monochromatic Colors of #dda4fd

#dda4fd

Complementary Color

#dda4fd #c4fda4

#dda4fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda4fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda4fd Color CSS Codes

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

#dda4fd Text Font Color

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

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


#dda4fd Background Color

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

This div background color is #dda4fd


#dda4fd Border Color

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

This div border color is #dda4fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,164,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dda4fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dda4fd;
  -webkit-box-shadow: 1px 1px 3px 2px #dda4fd;
  box-shadow:         1px 1px 3px 2px #dda4fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,164,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda4fd


Comments

No comments written yet.

Please login to write comment.