Color Hex Logo

#d463fe Color Hex

#D463FE
(212,99,254)
0 Favorites   0 Comments

Color spaces of #d463fe

RGB 21299254
HSL0.790.990.69
HSV284°61°100°
CMYK 0.170.610.00   0.00
XYZ49.502630.076596.9622
Yxy30.07650.28040.1704
Hunter Lab54.842065.1476-66.4369
CIE-Lab61.720267.2837-58.4170

#d463fe color RGB value is (212,99,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01100011 11111110
Octal 324 143 376
Decimal 212 99 254
Hex D4 63 FE

RGB Percentages of Color #d463fe

%37.52
%17.52
%44.96

CMYK Percentages of Color #d463fe

%17
%61
%0
%0

Triadic Colors of #d463fe

#d463fe #fed463 #63fed4

Analogous Colors of #d463fe

#d463fe #fe63db #8763fe

Monochromatic Colors of #d463fe

#d463fe

Complementary Color

#d463fe #8dfe63

#d463fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d463fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d463fe Color CSS Codes

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

#d463fe Text Font Color

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

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


#d463fe Background Color

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

This div background color is #d463fe


#d463fe Border Color

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

This div border color is #d463fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d463fe


Comments

No comments written yet.

Please login to write comment.