Color Hex Logo

#d129ff Color Hex

#D129FF
(209,41,255)
0 Favorites   0 Comments

Color spaces of #d129ff

RGB 20941255
HSL0.801.000.58
HSV287°84°100°
CMYK 0.180.840.00   0.00
XYZ45.137422.361296.5449
Yxy22.36120.27520.1363
Hunter Lab47.287687.6300-87.9482
CIE-Lab54.408286.6106-70.7475

#d129ff color RGB value is (209,41,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101001 11111111
Octal 321 51 377
Decimal 209 41 255
Hex D1 29 FF

RGB Percentages of Color #d129ff

%41.39
%8.12
%50.50

CMYK Percentages of Color #d129ff

%18
%84
%0
%0

Triadic Colors of #d129ff

#d129ff #ffd129 #29ffd1

Analogous Colors of #d129ff

#d129ff #ff29c2 #6629ff

Monochromatic Colors of #d129ff

#d129ff

Complementary Color

#d129ff #57ff29

#d129ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d129ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d129ff Color CSS Codes

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

#d129ff Text Font Color

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

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


#d129ff Background Color

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

This div background color is #d129ff


#d129ff Border Color

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

This div border color is #d129ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d129ff


Comments

No comments written yet.

Please login to write comment.