Color Hex Logo

#d928fe Color Hex

#D928FE
(217,40,254)
0 Favorites   0 Comments

Color spaces of #d928fe

RGB 21740254
HSL0.800.990.58
HSV290°84°100°
CMYK 0.150.840.00   0.00
XYZ47.263523.425195.7964
Yxy23.42510.28390.1407
Hunter Lab48.399589.6113-83.4722
CIE-Lab55.507587.9031-68.3542

#d928fe color RGB value is (217,40,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00101000 11111110
Octal 331 50 376
Decimal 217 40 254
Hex D9 28 FE

RGB Percentages of Color #d928fe

%42.47
%7.83
%49.71

CMYK Percentages of Color #d928fe

%15
%84
%0
%0

Triadic Colors of #d928fe

#d928fe #fed928 #28fed9

Analogous Colors of #d928fe

#d928fe #fe28b8 #6e28fe

Monochromatic Colors of #d928fe

#d928fe

Complementary Color

#d928fe #4dfe28

#d928fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d928fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d928fe Color CSS Codes

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

#d928fe Text Font Color

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

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


#d928fe Background Color

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

This div background color is #d928fe


#d928fe Border Color

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

This div border color is #d928fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d928fe


Comments

No comments written yet.

Please login to write comment.