Color Hex Logo

#d63ddf Color Hex

#D63DDF
(214,61,223)
0 Favorites   0 Comments

Color spaces of #d63ddf

RGB 21461223
HSL0.820.720.56
HSV297°73°87°
CMYK 0.040.730.00   0.13
XYZ42.719622.961371.9924
Yxy22.96130.31030.1668
Hunter Lab47.918075.2791-55.5353
CIE-Lab55.032576.8264-51.7666

#d63ddf color RGB value is (214,61,223).

#d63ddf hex color red value is 214, green value is 61 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d63ddf hue: 0.82 , saturation: 0.72 and the lightness value of d63ddf is 0.56.

The process color (four color CMYK) of #d63ddf color hex is 0.04, 0.73, 0.00, 0.13. Web safe color of #d63ddf is #cc33cc. Color #d63ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00111101 11011111
Octal 326 75 337
Decimal 214 61 223
Hex D6 3D DF

RGB Percentages of Color #d63ddf

%42.97
%12.25
%44.78

CMYK Percentages of Color #d63ddf

%4
%73
%0
%13

Triadic Colors of #d63ddf

#d63ddf #dfd63d #3ddfd6

Analogous Colors of #d63ddf

#d63ddf #df3d97 #853ddf

Monochromatic Colors of #d63ddf

#d63ddf

Complementary Color

#d63ddf #46df3d

#d63ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63ddf Color CSS Codes

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

#d63ddf Text Font Color

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

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


#d63ddf Background Color

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

This div background color is #d63ddf


#d63ddf Border Color

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

This div border color is #d63ddf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,61,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d63ddf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d63ddf;
  -webkit-box-shadow: 1px 1px 3px 2px #d63ddf;
  box-shadow:         1px 1px 3px 2px #d63ddf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,61,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63ddf


Comments

No comments written yet.

Please login to write comment.