Color Hex Logo

#d63dfb Color Hex

#D63DFB
(214,61,251)
0 Favorites   0 Comments

Color spaces of #d63dfb

RGB 21461251
HSL0.800.960.61
HSV288°76°98°
CMYK 0.150.760.00   0.02
XYZ46.812924.598793.5475
Yxy24.59870.28380.1491
Hunter Lab49.597181.6849-77.1118
CIE-Lab56.682381.5765-64.8172

#d63dfb color RGB value is (214,61,251).

#d63dfb hex color red value is 214, green value is 61 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d63dfb hue: 0.80 , saturation: 0.96 and the lightness value of d63dfb is 0.61.

The process color (four color CMYK) of #d63dfb color hex is 0.15, 0.76, 0.00, 0.02. Web safe color of #d63dfb is #cc33ff. Color #d63dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00111101 11111011
Octal 326 75 373
Decimal 214 61 251
Hex D6 3D FB

RGB Percentages of Color #d63dfb

%40.68
%11.60
%47.72

CMYK Percentages of Color #d63dfb

%15
%76
%0
%2

Triadic Colors of #d63dfb

#d63dfb #fbd63d #3dfbd6

Analogous Colors of #d63dfb

#d63dfb #fb3dc1 #773dfb

Monochromatic Colors of #d63dfb

#d63dfb

Complementary Color

#d63dfb #62fb3d

#d63dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63dfb Color CSS Codes

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

#d63dfb Text Font Color

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

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


#d63dfb Background Color

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

This div background color is #d63dfb


#d63dfb Border Color

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

This div border color is #d63dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.