Color Hex Logo

#d128fe Color Hex

#D128FE
(209,40,254)
0 Favorites   0 Comments

Color spaces of #d128fe

RGB 20940254
HSL0.800.990.58
HSV287°84°100°
CMYK 0.180.840.00   0.00
XYZ44.942722.228795.6877
Yxy22.22870.27600.1365
Hunter Lab47.147387.6455-87.3287
CIE-Lab54.268886.6495-70.4174

#d128fe color RGB value is (209,40,254).

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

The process color (four color CMYK) of #d128fe color hex is 0.18, 0.84, 0.00, 0.00. Web safe color of #d128fe is #cc33ff. Color #d128fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101000 11111110
Octal 321 50 376
Decimal 209 40 254
Hex D1 28 FE

RGB Percentages of Color #d128fe

%41.55
%7.95
%50.50

CMYK Percentages of Color #d128fe

%18
%84
%0
%0

Triadic Colors of #d128fe

#d128fe #fed128 #28fed1

Analogous Colors of #d128fe

#d128fe #fe28c0 #6628fe

Monochromatic Colors of #d128fe

#d128fe

Complementary Color

#d128fe #55fe28

#d128fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d128fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d128fe Color CSS Codes

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

#d128fe Text Font Color

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

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


#d128fe Background Color

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

This div background color is #d128fe


#d128fe Border Color

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

This div border color is #d128fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d128fe

Related Colors


Comments

No comments written yet.

Please login to write comment.