Color Hex Logo

#dd63d7 Color Hex

#DD63D7
(221,99,215)
0 Favorites   0 Comments

Color spaces of #dd63d7

RGB 22199215
HSL0.840.640.63
HSV303°55°87°
CMYK 0.000.550.03   0.13
XYZ46.546429.202167.4733
Yxy29.20210.32500.2039
Hunter Lab54.039059.1826-36.2025
CIE-Lab60.959662.3893-37.8227

#dd63d7 color RGB value is (221,99,215).

#dd63d7 hex color red value is 221, green value is 99 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #dd63d7 hue: 0.84 , saturation: 0.64 and the lightness value of dd63d7 is 0.63.

The process color (four color CMYK) of #dd63d7 color hex is 0.00, 0.55, 0.03, 0.13. Web safe color of #dd63d7 is #cc66cc. Color #dd63d7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100011 11010111
Octal 335 143 327
Decimal 221 99 215
Hex DD 63 D7

RGB Percentages of Color #dd63d7

%41.31
%18.50
%40.19

CMYK Percentages of Color #dd63d7

%0
%55
%3
%13

Triadic Colors of #dd63d7

#dd63d7 #d7dd63 #63d7dd

Analogous Colors of #dd63d7

#dd63d7 #dd639a #a663dd

Monochromatic Colors of #dd63d7

#dd63d7

Complementary Color

#dd63d7 #63dd69

#dd63d7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd63d7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd63d7 Color CSS Codes

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

#dd63d7 Text Font Color

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

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


#dd63d7 Background Color

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

This div background color is #dd63d7


#dd63d7 Border Color

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

This div border color is #dd63d7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd63d7


Comments

No comments written yet.

Please login to write comment.