Color Hex Logo

#d649fb Color Hex

#D649FB
(214,73,251)
0 Favorites   0 Comments

Color spaces of #d649fb

RGB 21473251
HSL0.800.960.64
HSV288°71°98°
CMYK 0.150.710.00   0.02
XYZ47.526726.026393.7854
Yxy26.02630.28400.1555
Hunter Lab51.016077.0134-73.2848
CIE-Lab58.062077.6264-62.5994

#d649fb color RGB value is (214,73,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001001 11111011
Octal 326 111 373
Decimal 214 73 251
Hex D6 49 FB

RGB Percentages of Color #d649fb

%39.78
%13.57
%46.65

CMYK Percentages of Color #d649fb

%15
%71
%0
%2

Triadic Colors of #d649fb

#d649fb #fbd649 #49fbd6

Analogous Colors of #d649fb

#d649fb #fb49c7 #7d49fb

Monochromatic Colors of #d649fb

#d649fb

Complementary Color

#d649fb #6efb49

#d649fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d649fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d649fb Color CSS Codes

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

#d649fb Text Font Color

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

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


#d649fb Background Color

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

This div background color is #d649fb


#d649fb Border Color

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

This div border color is #d649fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d649fb


Comments

No comments written yet.

Please login to write comment.