Color Hex Logo

#dda5fe Color Hex

#DDA5FE
(221,165,254)
0 Favorites   0 Comments

Color spaces of #dda5fe

RGB 221165254
HSL0.770.980.82
HSV278°35°100°
CMYK 0.130.350.00   0.00
XYZ61.163349.4382100.0848
Yxy49.43820.29030.2347
Hunter Lab70.312332.2271-35.1767
CIE-Lab75.723136.3140-36.3177

#dda5fe color RGB value is (221,165,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100101 11111110
Octal 335 245 376
Decimal 221 165 254
Hex DD A5 FE

RGB Percentages of Color #dda5fe

%34.53
%25.78
%39.69

CMYK Percentages of Color #dda5fe

%13
%35
%0
%0

Triadic Colors of #dda5fe

#dda5fe #fedda5 #a5fedd

Analogous Colors of #dda5fe

#dda5fe #fea5f3 #b1a5fe

Monochromatic Colors of #dda5fe

#dda5fe

Complementary Color

#dda5fe #c6fea5

#dda5fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda5fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda5fe Color CSS Codes

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

#dda5fe Text Font Color

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

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


#dda5fe Background Color

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

This div background color is #dda5fe


#dda5fe Border Color

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

This div border color is #dda5fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda5fe


Comments

No comments written yet.

Please login to write comment.