Color Hex Logo

#d64efc Color Hex

#D64EFC
(214,78,252)
0 Favorites   0 Comments

Color spaces of #d64efc

RGB 21478252
HSL0.800.970.65
HSV287°69°99°
CMYK 0.150.690.00   0.01
XYZ48.026626.773294.7319
Yxy26.77320.28330.1579
Hunter Lab51.742875.1300-72.3295
CIE-Lab58.763875.9880-62.0274

#d64efc color RGB value is (214,78,252).

#d64efc hex color red value is 214, green value is 78 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d64efc hue: 0.80 , saturation: 0.97 and the lightness value of d64efc is 0.65.

The process color (four color CMYK) of #d64efc color hex is 0.15, 0.69, 0.00, 0.01. Web safe color of #d64efc is #cc66ff. Color #d64efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001110 11111100
Octal 326 116 374
Decimal 214 78 252
Hex D6 4E FC

RGB Percentages of Color #d64efc

%39.34
%14.34
%46.32

CMYK Percentages of Color #d64efc

%15
%69
%0
%1

Triadic Colors of #d64efc

#d64efc #fcd64e #4efcd6

Analogous Colors of #d64efc

#d64efc #fc4ecb #7f4efc

Monochromatic Colors of #d64efc

#d64efc

Complementary Color

#d64efc #74fc4e

#d64efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64efc Color CSS Codes

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

#d64efc Text Font Color

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

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


#d64efc Background Color

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

This div background color is #d64efc


#d64efc Border Color

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

This div border color is #d64efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64efc


Comments

No comments written yet.

Please login to write comment.