Color Hex Logo

#d64ff0 Color Hex

#D64FF0
(214,79,240)
0 Favorites   0 Comments

Color spaces of #d64ff0

RGB 21479240
HSL0.810.840.63
HSV290°67°94°
CMYK 0.110.670.00   0.06
XYZ46.255726.179485.0533
Yxy26.17940.29370.1662
Hunter Lab51.165871.8301-62.7421
CIE-Lab58.206973.4319-56.2502

#d64ff0 color RGB value is (214,79,240).

#d64ff0 hex color red value is 214, green value is 79 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #d64ff0 hue: 0.81 , saturation: 0.84 and the lightness value of d64ff0 is 0.63.

The process color (four color CMYK) of #d64ff0 color hex is 0.11, 0.67, 0.00, 0.06. Web safe color of #d64ff0 is #cc66ff. Color #d64ff0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001111 11110000
Octal 326 117 360
Decimal 214 79 240
Hex D6 4F F0

RGB Percentages of Color #d64ff0

%40.15
%14.82
%45.03

CMYK Percentages of Color #d64ff0

%11
%67
%0
%6

Triadic Colors of #d64ff0

#d64ff0 #f0d64f #4ff0d6

Analogous Colors of #d64ff0

#d64ff0 #f04fba #864ff0

Monochromatic Colors of #d64ff0

#d64ff0

Complementary Color

#d64ff0 #69f04f

#d64ff0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64ff0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64ff0 Color CSS Codes

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

#d64ff0 Text Font Color

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

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


#d64ff0 Background Color

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

This div background color is #d64ff0


#d64ff0 Border Color

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

This div border color is #d64ff0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64ff0


Comments

No comments written yet.

Please login to write comment.