Color Hex Logo

#dd63fe Color Hex

#DD63FE
(221,99,254)
0 Favorites   0 Comments

Color spaces of #dd63fe

RGB 22199254
HSL0.800.990.69
HSV287°61°100°
CMYK 0.130.610.00   0.00
XYZ52.170031.451697.0870
Yxy31.45160.28870.1740
Hunter Lab56.081767.9065-63.3839
CIE-Lab62.887069.3537-56.4877

#dd63fe color RGB value is (221,99,254).

#dd63fe hex color red value is 221, green value is 99 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dd63fe hue: 0.80 , saturation: 0.99 and the lightness value of dd63fe is 0.69.

The process color (four color CMYK) of #dd63fe color hex is 0.13, 0.61, 0.00, 0.00. Web safe color of #dd63fe is #cc66ff. Color #dd63fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100011 11111110
Octal 335 143 376
Decimal 221 99 254
Hex DD 63 FE

RGB Percentages of Color #dd63fe

%38.50
%17.25
%44.25

CMYK Percentages of Color #dd63fe

%13
%61
%0
%0

Triadic Colors of #dd63fe

#dd63fe #fedd63 #63fedd

Analogous Colors of #dd63fe

#dd63fe #fe63d2 #9063fe

Monochromatic Colors of #dd63fe

#dd63fe

Complementary Color

#dd63fe #84fe63

#dd63fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd63fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd63fe Color CSS Codes

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

#dd63fe Text Font Color

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

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


#dd63fe Background Color

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

This div background color is #dd63fe


#dd63fe Border Color

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

This div border color is #dd63fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd63fe

Related Colors


Comments

No comments written yet.

Please login to write comment.