Color Hex Logo

#d67fda Color Hex

#D67FDA
(214,127,218)
0 Favorites   0 Comments

Color spaces of #d67fda

RGB 214127218
HSL0.830.550.68
HSV297°42°85°
CMYK 0.020.420.00   0.15
XYZ47.975834.536870.4673
Yxy34.53680.31360.2258
Hunter Lab58.768042.8760-29.9556
CIE-Lab65.386447.3017-32.6758

#d67fda color RGB value is (214,127,218).

#d67fda hex color red value is 214, green value is 127 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d67fda hue: 0.83 , saturation: 0.55 and the lightness value of d67fda is 0.68.

The process color (four color CMYK) of #d67fda color hex is 0.02, 0.42, 0.00, 0.15. Web safe color of #d67fda is #cc66cc. Color #d67fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01111111 11011010
Octal 326 177 332
Decimal 214 127 218
Hex D6 7F DA

RGB Percentages of Color #d67fda

%38.28
%22.72
%39.00

CMYK Percentages of Color #d67fda

%2
%42
%0
%15

Triadic Colors of #d67fda

#d67fda #dad67f #7fdad6

Analogous Colors of #d67fda

#d67fda #da7fb1 #a97fda

Monochromatic Colors of #d67fda

#d67fda

Complementary Color

#d67fda #83da7f

#d67fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d67fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d67fda Color CSS Codes

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

#d67fda Text Font Color

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

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


#d67fda Background Color

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

This div background color is #d67fda


#d67fda Border Color

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

This div border color is #d67fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d67fda


Comments

No comments written yet.

Please login to write comment.