Color Hex Logo

#d63cfb Color Hex

#D63CFB
(214,60,251)
0 Favorites   0 Comments

Color spaces of #d63cfb

RGB 21460251
HSL0.800.960.61
HSV288°76°98°
CMYK 0.150.760.00   0.02
XYZ46.760024.492993.5299
Yxy24.49290.28380.1486
Hunter Lab49.490382.0444-77.4068
CIE-Lab56.578081.8775-64.9852

#d63cfb color RGB value is (214,60,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00111100 11111011
Octal 326 74 373
Decimal 214 60 251
Hex D6 3C FB

RGB Percentages of Color #d63cfb

%40.76
%11.43
%47.81

CMYK Percentages of Color #d63cfb

%15
%76
%0
%2

Triadic Colors of #d63cfb

#d63cfb #fbd63c #3cfbd6

Analogous Colors of #d63cfb

#d63cfb #fb3cc1 #773cfb

Monochromatic Colors of #d63cfb

#d63cfb

Complementary Color

#d63cfb #61fb3c

#d63cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63cfb Color CSS Codes

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

#d63cfb Text Font Color

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

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


#d63cfb Background Color

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

This div background color is #d63cfb


#d63cfb Border Color

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

This div border color is #d63cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.