Color Hex Logo

#d363fe Color Hex

#D363FE
(211,99,254)
0 Favorites   0 Comments

Color spaces of #d363fe

RGB 21199254
HSL0.790.990.69
HSV283°61°100°
CMYK 0.170.610.00   0.00
XYZ49.215229.928396.9487
Yxy29.92830.27950.1700
Hunter Lab54.706864.8450-66.7762
CIE-Lab61.592367.0548-58.6285

#d363fe color RGB value is (211,99,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01100011 11111110
Octal 323 143 376
Decimal 211 99 254
Hex D3 63 FE

RGB Percentages of Color #d363fe

%37.41
%17.55
%45.04

CMYK Percentages of Color #d363fe

%17
%61
%0
%0

Triadic Colors of #d363fe

#d363fe #fed363 #63fed3

Analogous Colors of #d363fe

#d363fe #fe63dc #8663fe

Monochromatic Colors of #d363fe

#d363fe

Complementary Color

#d363fe #8efe63

#d363fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d363fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d363fe Color CSS Codes

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

#d363fe Text Font Color

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

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


#d363fe Background Color

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

This div background color is #d363fe


#d363fe Border Color

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

This div border color is #d363fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d363fe


Comments

No comments written yet.

Please login to write comment.