Color Hex Logo

#d64feb Color Hex

#D64FEB
(214,79,235)
0 Favorites   0 Comments

Color spaces of #d64feb

RGB 21479235
HSL0.810.800.62
HSV292°66°92°
CMYK 0.090.660.00   0.08
XYZ45.522925.886381.1945
Yxy25.88630.29830.1696
Hunter Lab50.878670.6729-59.0028
CIE-Lab57.929072.5421-53.9007

#d64feb color RGB value is (214,79,235).

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

The process color (four color CMYK) of #d64feb color hex is 0.09, 0.66, 0.00, 0.08. Web safe color of #d64feb is #cc66ff. Color #d64feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001111 11101011
Octal 326 117 353
Decimal 214 79 235
Hex D6 4F EB

RGB Percentages of Color #d64feb

%40.53
%14.96
%44.51

CMYK Percentages of Color #d64feb

%9
%66
%0
%8

Triadic Colors of #d64feb

#d64feb #ebd64f #4febd6

Analogous Colors of #d64feb

#d64feb #eb4fb2 #884feb

Monochromatic Colors of #d64feb

#d64feb

Complementary Color

#d64feb #64eb4f

#d64feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64feb Color CSS Codes

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

#d64feb Text Font Color

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

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


#d64feb Background Color

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

This div background color is #d64feb


#d64feb Border Color

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

This div border color is #d64feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64feb


Comments

No comments written yet.

Please login to write comment.