Color Hex Logo

#d678fe Color Hex

#D678FE
(214,120,254)
0 Favorites   0 Comments

Color spaces of #d678fe

RGB 214120254
HSL0.780.990.73
HSV282°53°100°
CMYK 0.160.530.00   0.00
XYZ52.337434.884897.7409
Yxy34.88480.28300.1886
Hunter Lab59.063454.8121-56.7716
CIE-Lab65.658957.8434-52.1399

#d678fe color RGB value is (214,120,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01111000 11111110
Octal 326 170 376
Decimal 214 120 254
Hex D6 78 FE

RGB Percentages of Color #d678fe

%36.39
%20.41
%43.20

CMYK Percentages of Color #d678fe

%16
%53
%0
%0

Triadic Colors of #d678fe

#d678fe #fed678 #78fed6

Analogous Colors of #d678fe

#d678fe #fe78e3 #9378fe

Monochromatic Colors of #d678fe

#d678fe

Complementary Color

#d678fe #a0fe78

#d678fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d678fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d678fe Color CSS Codes

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

#d678fe Text Font Color

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

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


#d678fe Background Color

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

This div background color is #d678fe


#d678fe Border Color

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

This div border color is #d678fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d678fe

Related Colors


Comments

No comments written yet.

Please login to write comment.