Color Hex Logo

#dd97fc Color Hex

#DD97FC
(221,151,252)
0 Favorites   0 Comments

Color spaces of #dd97fc

RGB 221151252
HSL0.780.940.79
HSV282°40°99°
CMYK 0.120.400.00   0.01
XYZ58.456144.533697.6103
Yxy44.53360.29140.2220
Hunter Lab66.733539.5758-40.0093
CIE-Lab72.583743.3807-40.1145

#dd97fc color RGB value is (221,151,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010111 11111100
Octal 335 227 374
Decimal 221 151 252
Hex DD 97 FC

RGB Percentages of Color #dd97fc

%35.42
%24.20
%40.38

CMYK Percentages of Color #dd97fc

%12
%40
%0
%1

Triadic Colors of #dd97fc

#dd97fc #fcdd97 #97fcdd

Analogous Colors of #dd97fc

#dd97fc #fc97e9 #ab97fc

Monochromatic Colors of #dd97fc

#dd97fc

Complementary Color

#dd97fc #b6fc97

#dd97fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd97fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd97fc Color CSS Codes

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

#dd97fc Text Font Color

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

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


#dd97fc Background Color

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

This div background color is #dd97fc


#dd97fc Border Color

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

This div border color is #dd97fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd97fc

Related Colors


Comments

No comments written yet.

Please login to write comment.