Color Hex Logo

#d64cfa Color Hex

#D64CFA
(214,76,250)
0 Favorites   0 Comments

Color spaces of #d64cfa

RGB 21476250
HSL0.800.950.64
HSV288°70°98°
CMYK 0.140.700.00   0.02
XYZ47.571326.367293.0246
Yxy26.36720.28490.1579
Hunter Lab51.349075.5072-71.4663
CIE-Lab58.384076.3627-61.5283

#d64cfa color RGB value is (214,76,250).

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

The process color (four color CMYK) of #d64cfa color hex is 0.14, 0.70, 0.00, 0.02. Web safe color of #d64cfa is #cc33ff. Color #d64cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001100 11111010
Octal 326 114 372
Decimal 214 76 250
Hex D6 4C FA

RGB Percentages of Color #d64cfa

%39.63
%14.07
%46.30

CMYK Percentages of Color #d64cfa

%14
%70
%0
%2

Triadic Colors of #d64cfa

#d64cfa #fad64c #4cfad6

Analogous Colors of #d64cfa

#d64cfa #fa4cc7 #7f4cfa

Monochromatic Colors of #d64cfa

#d64cfa

Complementary Color

#d64cfa #70fa4c

#d64cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64cfa Color CSS Codes

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

#d64cfa Text Font Color

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

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


#d64cfa Background Color

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

This div background color is #d64cfa


#d64cfa Border Color

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

This div border color is #d64cfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,76,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d64cfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64cfa


Comments

No comments written yet.

Please login to write comment.