Color Hex Logo

#d128fb Color Hex

#D128FB
(209,40,251)
0 Favorites   0 Comments

Color spaces of #d128fb

RGB 20940251
HSL0.800.960.57
HSV288°84°98°
CMYK 0.170.840.00   0.02
XYZ44.465922.037993.1769
Yxy22.03790.27850.1380
Hunter Lab46.944586.9224-84.8193
CIE-Lab54.067286.1362-69.0746

#d128fb color RGB value is (209,40,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101000 11111011
Octal 321 50 373
Decimal 209 40 251
Hex D1 28 FB

RGB Percentages of Color #d128fb

%41.80
%8.00
%50.20

CMYK Percentages of Color #d128fb

%17
%84
%0
%2

Triadic Colors of #d128fb

#d128fb #fbd128 #28fbd1

Analogous Colors of #d128fb

#d128fb #fb28bc #6828fb

Monochromatic Colors of #d128fb

#d128fb

Complementary Color

#d128fb #52fb28

#d128fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d128fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d128fb Color CSS Codes

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

#d128fb Text Font Color

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

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


#d128fb Background Color

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

This div background color is #d128fb


#d128fb Border Color

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

This div border color is #d128fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,40,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d128fb


Comments

No comments written yet.

Please login to write comment.