Color Hex Logo

#d642fb Color Hex

#D642FB
(214,66,251)
0 Favorites   0 Comments

Color spaces of #d642fb

RGB 21466251
HSL0.800.960.62
HSV288°74°98°
CMYK 0.150.740.00   0.02
XYZ47.092425.157693.6406
Yxy25.15760.28390.1517
Hunter Lab50.157479.8171-75.5805
CIE-Lab57.228780.0059-63.9382

#d642fb color RGB value is (214,66,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01000010 11111011
Octal 326 102 373
Decimal 214 66 251
Hex D6 42 FB

RGB Percentages of Color #d642fb

%40.30
%12.43
%47.27

CMYK Percentages of Color #d642fb

%15
%74
%0
%2

Triadic Colors of #d642fb

#d642fb #fbd642 #42fbd6

Analogous Colors of #d642fb

#d642fb #fb42c4 #7a42fb

Monochromatic Colors of #d642fb

#d642fb

Complementary Color

#d642fb #67fb42

#d642fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d642fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d642fb Color CSS Codes

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

#d642fb Text Font Color

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

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


#d642fb Background Color

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

This div background color is #d642fb


#d642fb Border Color

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

This div border color is #d642fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d642fb


Comments

No comments written yet.

Please login to write comment.