Color Hex Logo

#dd8fdc Color Hex

#DD8FDC
(221,143,220)
0 Favorites   0 Comments

Color spaces of #dd8fdc

RGB 221143220
HSL0.840.530.71
HSV301°35°87°
CMYK 0.000.350.00   0.13
XYZ52.559540.184472.6963
Yxy40.18440.31770.2429
Hunter Lab63.391237.0651-23.6193
CIE-Lab69.600741.4318-27.2150

#dd8fdc color RGB value is (221,143,220).

#dd8fdc hex color red value is 221, green value is 143 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dd8fdc hue: 0.84 , saturation: 0.53 and the lightness value of dd8fdc is 0.71.

The process color (four color CMYK) of #dd8fdc color hex is 0.00, 0.35, 0.00, 0.13. Web safe color of #dd8fdc is #cc99cc. Color #dd8fdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001111 11011100
Octal 335 217 334
Decimal 221 143 220
Hex DD 8F DC

RGB Percentages of Color #dd8fdc

%37.84
%24.49
%37.67

CMYK Percentages of Color #dd8fdc

%0
%35
%0
%13

Triadic Colors of #dd8fdc

#dd8fdc #dcdd8f #8fdcdd

Analogous Colors of #dd8fdc

#dd8fdc #dd8fb5 #b78fdd

Monochromatic Colors of #dd8fdc

#dd8fdc

Complementary Color

#dd8fdc #8fdd90

#dd8fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd8fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd8fdc Color CSS Codes

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

#dd8fdc Text Font Color

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

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


#dd8fdc Background Color

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

This div background color is #dd8fdc


#dd8fdc Border Color

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

This div border color is #dd8fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd8fdc


Comments

No comments written yet.

Please login to write comment.