Color Hex Logo

#ddacfd Color Hex

#DDACFD
(221,172,253)
0 Favorites   0 Comments

Color spaces of #ddacfd

RGB 221172253
HSL0.770.950.83
HSV276°32°99°
CMYK 0.130.320.00   0.01
XYZ62.300951.969099.6759
Yxy51.96900.29120.2429
Hunter Lab72.089528.1058-31.5157
CIE-Lab77.262332.3395-33.3988

#ddacfd color RGB value is (221,172,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 11111101
Octal 335 254 375
Decimal 221 172 253
Hex DD AC FD

RGB Percentages of Color #ddacfd

%34.21
%26.63
%39.16

CMYK Percentages of Color #ddacfd

%13
%32
%0
%1

Triadic Colors of #ddacfd

#ddacfd #fdddac #acfddd

Analogous Colors of #ddacfd

#ddacfd #fdacf5 #b5acfd

Monochromatic Colors of #ddacfd

#ddacfd

Complementary Color

#ddacfd #ccfdac

#ddacfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddacfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddacfd Color CSS Codes

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

#ddacfd Text Font Color

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

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


#ddacfd Background Color

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

This div background color is #ddacfd


#ddacfd Border Color

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

This div border color is #ddacfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddacfd

Related Colors


Comments

No comments written yet.

Please login to write comment.