Color Hex Logo

#d641fb Color Hex

#D641FB
(214,65,251)
0 Favorites   0 Comments

Color spaces of #d641fb

RGB 21465251
HSL0.800.960.62
HSV288°74°98°
CMYK 0.150.740.00   0.02
XYZ47.034425.041893.6213
Yxy25.04180.28390.1511
Hunter Lab50.041880.1995-75.8942
CIE-Lab57.116180.3284-64.1192

#d641fb color RGB value is (214,65,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01000001 11111011
Octal 326 101 373
Decimal 214 65 251
Hex D6 41 FB

RGB Percentages of Color #d641fb

%40.38
%12.26
%47.36

CMYK Percentages of Color #d641fb

%15
%74
%0
%2

Triadic Colors of #d641fb

#d641fb #fbd641 #41fbd6

Analogous Colors of #d641fb

#d641fb #fb41c3 #7941fb

Monochromatic Colors of #d641fb

#d641fb

Complementary Color

#d641fb #66fb41

#d641fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d641fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d641fb Color CSS Codes

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

#d641fb Text Font Color

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

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


#d641fb Background Color

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

This div background color is #d641fb


#d641fb Border Color

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

This div border color is #d641fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d641fb


Comments

No comments written yet.

Please login to write comment.