Color Hex Logo

#d677ff Color Hex

#D677FF
(214,119,255)
0 Favorites   0 Comments

Color spaces of #d677ff

RGB 214119255
HSL0.781.000.73
HSV282°53°100°
CMYK 0.160.530.00   0.00
XYZ52.378434.709898.5468
Yxy34.70980.28220.1870
Hunter Lab58.915055.5941-57.9335
CIE-Lab65.522158.5400-52.9045

#d677ff color RGB value is (214,119,255).

#d677ff hex color red value is 214, green value is 119 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d677ff hue: 0.78 , saturation: 1.00 and the lightness value of d677ff is 0.73.

The process color (four color CMYK) of #d677ff color hex is 0.16, 0.53, 0.00, 0.00. Web safe color of #d677ff is #cc66ff. Color #d677ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110111 11111111
Octal 326 167 377
Decimal 214 119 255
Hex D6 77 FF

RGB Percentages of Color #d677ff

%36.39
%20.24
%43.37

CMYK Percentages of Color #d677ff

%16
%53
%0
%0

Triadic Colors of #d677ff

#d677ff #ffd677 #77ffd6

Analogous Colors of #d677ff

#d677ff #ff77e4 #9277ff

Monochromatic Colors of #d677ff

#d677ff

Complementary Color

#d677ff #a0ff77

#d677ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d677ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d677ff Color CSS Codes

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

#d677ff Text Font Color

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

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


#d677ff Background Color

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

This div background color is #d677ff


#d677ff Border Color

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

This div border color is #d677ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d677ff

Related Colors


Comments

No comments written yet.

Please login to write comment.