Color Hex Logo

#d677fa Color Hex

#D677FA
(214,119,250)
0 Favorites   0 Comments

Color spaces of #d677fa

RGB 214119250
HSL0.790.930.72
HSV284°52°98°
CMYK 0.140.520.00   0.02
XYZ51.583734.391994.3620
Yxy34.39190.28600.1907
Hunter Lab58.644654.3802-54.3492
CIE-Lab65.272557.5323-50.5568

#d677fa color RGB value is (214,119,250).

#d677fa hex color red value is 214, green value is 119 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d677fa hue: 0.79 , saturation: 0.93 and the lightness value of d677fa is 0.72.

The process color (four color CMYK) of #d677fa color hex is 0.14, 0.52, 0.00, 0.02. Web safe color of #d677fa is #cc66ff. Color #d677fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110111 11111010
Octal 326 167 372
Decimal 214 119 250
Hex D6 77 FA

RGB Percentages of Color #d677fa

%36.71
%20.41
%42.88

CMYK Percentages of Color #d677fa

%14
%52
%0
%2

Triadic Colors of #d677fa

#d677fa #fad677 #77fad6

Analogous Colors of #d677fa

#d677fa #fa77dd #9577fa

Monochromatic Colors of #d677fa

#d677fa

Complementary Color

#d677fa #9bfa77

#d677fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d677fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d677fa Color CSS Codes

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

#d677fa Text Font Color

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

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


#d677fa Background Color

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

This div background color is #d677fa


#d677fa Border Color

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

This div border color is #d677fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,119,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 #d677fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d677fa

Related Colors


Comments

No comments written yet.

Please login to write comment.