Color Hex Logo

#d677fe Color Hex

#D677FE
(214,119,254)
0 Favorites   0 Comments

Color spaces of #d677fe

RGB 214119254
HSL0.780.990.73
HSV282°53°100°
CMYK 0.160.530.00   0.00
XYZ52.217834.645697.7010
Yxy34.64560.28290.1877
Hunter Lab58.860555.3495-57.2115
CIE-Lab65.471858.3374-52.4361

#d677fe color RGB value is (214,119,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110111 11111110
Octal 326 167 376
Decimal 214 119 254
Hex D6 77 FE

RGB Percentages of Color #d677fe

%36.46
%20.27
%43.27

CMYK Percentages of Color #d677fe

%16
%53
%0
%0

Triadic Colors of #d677fe

#d677fe #fed677 #77fed6

Analogous Colors of #d677fe

#d677fe #fe77e3 #9377fe

Monochromatic Colors of #d677fe

#d677fe

Complementary Color

#d677fe #9ffe77

#d677fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d677fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d677fe Color CSS Codes

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

#d677fe Text Font Color

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

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


#d677fe Background Color

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

This div background color is #d677fe


#d677fe Border Color

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

This div border color is #d677fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d677fe

Related Colors


Comments

No comments written yet.

Please login to write comment.