Color Hex Logo

#d178fe Color Hex

#D178FE
(209,120,254)
0 Favorites   0 Comments

Color spaces of #d178fe

RGB 209120254
HSL0.780.990.73
HSV280°53°100°
CMYK 0.180.530.00   0.00
XYZ50.900434.144097.6736
Yxy34.14400.27860.1869
Hunter Lab58.432953.2324-58.2033
CIE-Lab65.076756.5672-53.0993

#d178fe color RGB value is (209,120,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111000 11111110
Octal 321 170 376
Decimal 209 120 254
Hex D1 78 FE

RGB Percentages of Color #d178fe

%35.85
%20.58
%43.57

CMYK Percentages of Color #d178fe

%18
%53
%0
%0

Triadic Colors of #d178fe

#d178fe #fed178 #78fed1

Analogous Colors of #d178fe

#d178fe #fe78e8 #8e78fe

Monochromatic Colors of #d178fe

#d178fe

Complementary Color

#d178fe #a5fe78

#d178fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d178fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d178fe Color CSS Codes

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

#d178fe Text Font Color

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

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


#d178fe Background Color

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

This div background color is #d178fe


#d178fe Border Color

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

This div border color is #d178fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d178fe


Comments

No comments written yet.

Please login to write comment.