Color Hex Logo

#d063fe Color Hex

#D063FE
(208,99,254)
0 Favorites   0 Comments

Color spaces of #d063fe

RGB 20899254
HSL0.780.990.69
HSV282°61°100°
CMYK 0.180.610.00   0.00
XYZ48.363729.489396.9089
Yxy29.48930.27670.1687
Hunter Lab54.304163.9417-67.7938
CIE-Lab61.211166.3691-59.2595

#d063fe color RGB value is (208,99,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100011 11111110
Octal 320 143 376
Decimal 208 99 254
Hex D0 63 FE

RGB Percentages of Color #d063fe

%37.08
%17.65
%45.28

CMYK Percentages of Color #d063fe

%18
%61
%0
%0

Triadic Colors of #d063fe

#d063fe #fed063 #63fed0

Analogous Colors of #d063fe

#d063fe #fe63df #8363fe

Monochromatic Colors of #d063fe

#d063fe

Complementary Color

#d063fe #91fe63

#d063fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d063fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d063fe Color CSS Codes

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

#d063fe Text Font Color

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

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


#d063fe Background Color

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

This div background color is #d063fe


#d063fe Border Color

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

This div border color is #d063fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d063fe

Related Colors


Comments

No comments written yet.

Please login to write comment.