Color Hex Logo

#ddc1fa Color Hex

#DDC1FA
(221,193,250)
0 Favorites   0 Comments

Color spaces of #ddc1fa

RGB 221193250
HSL0.750.850.87
HSV269°23°98°
CMYK 0.120.230.00   0.02
XYZ66.144160.414298.6174
Yxy60.41420.29370.2683
Hunter Lab77.726615.8792-20.8170
CIE-Lab82.062820.4010-24.4322

#ddc1fa color RGB value is (221,193,250).

#ddc1fa hex color red value is 221, green value is 193 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ddc1fa hue: 0.75 , saturation: 0.85 and the lightness value of ddc1fa is 0.87.

The process color (four color CMYK) of #ddc1fa color hex is 0.12, 0.23, 0.00, 0.02. Web safe color of #ddc1fa is #ccccff. Color #ddc1fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000001 11111010
Octal 335 301 372
Decimal 221 193 250
Hex DD C1 FA

RGB Percentages of Color #ddc1fa

%33.28
%29.07
%37.65

CMYK Percentages of Color #ddc1fa

%12
%23
%0
%2

Triadic Colors of #ddc1fa

#ddc1fa #faddc1 #c1fadd

Analogous Colors of #ddc1fa

#ddc1fa #fac1fa #c1c2fa

Monochromatic Colors of #ddc1fa

#ddc1fa

Complementary Color

#ddc1fa #defac1

#ddc1fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc1fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc1fa Color CSS Codes

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

#ddc1fa Text Font Color

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

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


#ddc1fa Background Color

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

This div background color is #ddc1fa


#ddc1fa Border Color

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

This div border color is #ddc1fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc1fa


Comments

No comments written yet.

Please login to write comment.