Color Hex Logo

#dd99fc Color Hex

#DD99FC
(221,153,252)
0 Favorites   0 Comments

Color spaces of #dd99fc

RGB 221153252
HSL0.780.940.79
HSV281°39°99°
CMYK 0.120.390.00   0.01
XYZ58.780745.182997.7185
Yxy45.18290.29150.2240
Hunter Lab67.218238.4620-39.1401
CIE-Lab73.012242.3195-39.4470

#dd99fc color RGB value is (221,153,252).

#dd99fc hex color red value is 221, green value is 153 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #dd99fc hue: 0.78 , saturation: 0.94 and the lightness value of dd99fc is 0.79.

The process color (four color CMYK) of #dd99fc color hex is 0.12, 0.39, 0.00, 0.01. Web safe color of #dd99fc is #cc99ff. Color #dd99fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011001 11111100
Octal 335 231 374
Decimal 221 153 252
Hex DD 99 FC

RGB Percentages of Color #dd99fc

%35.30
%24.44
%40.26

CMYK Percentages of Color #dd99fc

%12
%39
%0
%1

Triadic Colors of #dd99fc

#dd99fc #fcdd99 #99fcdd

Analogous Colors of #dd99fc

#dd99fc #fc99ea #ac99fc

Monochromatic Colors of #dd99fc

#dd99fc

Complementary Color

#dd99fc #b8fc99

#dd99fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd99fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd99fc Color CSS Codes

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

#dd99fc Text Font Color

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

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


#dd99fc Background Color

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

This div background color is #dd99fc


#dd99fc Border Color

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

This div border color is #dd99fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd99fc


Comments

No comments written yet.

Please login to write comment.