Color Hex Logo

#d929fe Color Hex

#D929FE
(217,41,254)
0 Favorites   0 Comments

Color spaces of #d929fe

RGB 21741254
HSL0.800.990.58
HSV290°84°100°
CMYK 0.150.840.00   0.00
XYZ47.297623.493395.8077
Yxy23.49330.28390.1410
Hunter Lab48.469989.3605-83.2663
CIE-Lab55.576987.6995-68.2422

#d929fe color RGB value is (217,41,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00101001 11111110
Octal 331 51 376
Decimal 217 41 254
Hex D9 29 FE

RGB Percentages of Color #d929fe

%42.38
%8.01
%49.61

CMYK Percentages of Color #d929fe

%15
%84
%0
%0

Triadic Colors of #d929fe

#d929fe #fed929 #29fed9

Analogous Colors of #d929fe

#d929fe #fe29b9 #6f29fe

Monochromatic Colors of #d929fe

#d929fe

Complementary Color

#d929fe #4efe29

#d929fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d929fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d929fe Color CSS Codes

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

#d929fe Text Font Color

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

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


#d929fe Background Color

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

This div background color is #d929fe


#d929fe Border Color

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

This div border color is #d929fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d929fe

Related Colors


Comments

No comments written yet.

Please login to write comment.