Color Hex Logo

#d643fb Color Hex

#D643FB
(214,67,251)
0 Favorites   0 Comments

Color spaces of #d643fb

RGB 21467251
HSL0.800.960.62
HSV288°73°98°
CMYK 0.150.730.00   0.02
XYZ47.151325.275593.6603
Yxy25.27550.28390.1522
Hunter Lab50.274779.4294-75.2631
CIE-Lab57.342979.6784-63.7546

#d643fb color RGB value is (214,67,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01000011 11111011
Octal 326 103 373
Decimal 214 67 251
Hex D6 43 FB

RGB Percentages of Color #d643fb

%40.23
%12.59
%47.18

CMYK Percentages of Color #d643fb

%15
%73
%0
%2

Triadic Colors of #d643fb

#d643fb #fbd643 #43fbd6

Analogous Colors of #d643fb

#d643fb #fb43c4 #7a43fb

Monochromatic Colors of #d643fb

#d643fb

Complementary Color

#d643fb #68fb43

#d643fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d643fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d643fb Color CSS Codes

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

#d643fb Text Font Color

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

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


#d643fb Background Color

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

This div background color is #d643fb


#d643fb Border Color

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

This div border color is #d643fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d643fb


Comments

No comments written yet.

Please login to write comment.