Color Hex Logo

#dd8fec Color Hex

#DD8FEC
(221,143,236)
0 Favorites   0 Comments

Color spaces of #dd8fec

RGB 221143236
HSL0.810.710.74
HSV290°39°93°
CMYK 0.060.390.00   0.07
XYZ54.781641.073284.3975
Yxy41.07320.30390.2279
Hunter Lab64.088440.4240-33.2167
CIE-Lab70.227244.4353-35.0511

#dd8fec color RGB value is (221,143,236).

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

The process color (four color CMYK) of #dd8fec color hex is 0.06, 0.39, 0.00, 0.07. Web safe color of #dd8fec is #cc99ff. Color #dd8fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001111 11101100
Octal 335 217 354
Decimal 221 143 236
Hex DD 8F EC

RGB Percentages of Color #dd8fec

%36.83
%23.83
%39.33

CMYK Percentages of Color #dd8fec

%6
%39
%0
%7

Triadic Colors of #dd8fec

#dd8fec #ecdd8f #8fecdd

Analogous Colors of #dd8fec

#dd8fec #ec8fcd #af8fec

Monochromatic Colors of #dd8fec

#dd8fec

Complementary Color

#dd8fec #9eec8f

#dd8fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd8fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd8fec Color CSS Codes

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

#dd8fec Text Font Color

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

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


#dd8fec Background Color

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

This div background color is #dd8fec


#dd8fec Border Color

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

This div border color is #dd8fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd8fec


Comments

No comments written yet.

Please login to write comment.