Color Hex Logo

#dd89fd Color Hex

#DD89FD
(221,137,253)
0 Favorites   0 Comments

Color spaces of #dd89fd

RGB 221137253
HSL0.790.970.76
HSV283°46°99°
CMYK 0.130.460.00   0.01
XYZ56.494140.355397.7403
Yxy40.35530.29030.2074
Hunter Lab63.525847.5715-46.7550
CIE-Lab69.721850.9050-45.1343

#dd89fd color RGB value is (221,137,253).

#dd89fd hex color red value is 221, green value is 137 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dd89fd hue: 0.79 , saturation: 0.97 and the lightness value of dd89fd is 0.76.

The process color (four color CMYK) of #dd89fd color hex is 0.13, 0.46, 0.00, 0.01. Web safe color of #dd89fd is #cc99ff. Color #dd89fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001001 11111101
Octal 335 211 375
Decimal 221 137 253
Hex DD 89 FD

RGB Percentages of Color #dd89fd

%36.17
%22.42
%41.41

CMYK Percentages of Color #dd89fd

%13
%46
%0
%1

Triadic Colors of #dd89fd

#dd89fd #fddd89 #89fddd

Analogous Colors of #dd89fd

#dd89fd #fd89e3 #a389fd

Monochromatic Colors of #dd89fd

#dd89fd

Complementary Color

#dd89fd #a9fd89

#dd89fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd89fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd89fd Color CSS Codes

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

#dd89fd Text Font Color

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

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


#dd89fd Background Color

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

This div background color is #dd89fd


#dd89fd Border Color

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

This div border color is #dd89fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd89fd

Related Colors


Comments

No comments written yet.

Please login to write comment.