Color Hex Logo

#d463df Color Hex

#D463DF
(212,99,223)
0 Favorites   0 Comments

Color spaces of #d463df

RGB 21299223
HSL0.820.660.63
HSV295°56°87°
CMYK 0.050.560.00   0.13
XYZ44.932528.248472.8963
Yxy28.24840.30760.1934
Hunter Lab53.149257.8932-44.1142
CIE-Lab60.112561.4318-43.7341

#d463df color RGB value is (212,99,223).

#d463df hex color red value is 212, green value is 99 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d463df hue: 0.82 , saturation: 0.66 and the lightness value of d463df is 0.63.

The process color (four color CMYK) of #d463df color hex is 0.05, 0.56, 0.00, 0.13. Web safe color of #d463df is #cc66cc. Color #d463df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01100011 11011111
Octal 324 143 337
Decimal 212 99 223
Hex D4 63 DF

RGB Percentages of Color #d463df

%39.70
%18.54
%41.76

CMYK Percentages of Color #d463df

%5
%56
%0
%13

Triadic Colors of #d463df

#d463df #dfd463 #63dfd4

Analogous Colors of #d463df

#d463df #df63ac #9663df

Monochromatic Colors of #d463df

#d463df

Complementary Color

#d463df #6edf63

#d463df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d463df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d463df Color CSS Codes

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

#d463df Text Font Color

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

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


#d463df Background Color

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

This div background color is #d463df


#d463df Border Color

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

This div border color is #d463df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,99,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 #d463df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d463df


Comments

No comments written yet.

Please login to write comment.