Color Hex Logo

#d924fa Color Hex

#D924FA
(217,36,250)
0 Favorites   0 Comments

Color spaces of #d924fa

RGB 21736250
HSL0.810.960.56
HSV291°86°98°
CMYK 0.130.860.00   0.02
XYZ46.501522.915692.4147
Yxy22.91560.28730.1416
Hunter Lab47.870289.6233-80.9517
CIE-Lab54.985388.0137-66.9725

#d924fa color RGB value is (217,36,250).

#d924fa hex color red value is 217, green value is 36 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d924fa hue: 0.81 , saturation: 0.96 and the lightness value of d924fa is 0.56.

The process color (four color CMYK) of #d924fa color hex is 0.13, 0.86, 0.00, 0.02. Web safe color of #d924fa is #cc33ff. Color #d924fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00100100 11111010
Octal 331 44 372
Decimal 217 36 250
Hex D9 24 FA

RGB Percentages of Color #d924fa

%43.14
%7.16
%49.70

CMYK Percentages of Color #d924fa

%13
%86
%0
%2

Triadic Colors of #d924fa

#d924fa #fad924 #24fad9

Analogous Colors of #d924fa

#d924fa #fa24b0 #6e24fa

Monochromatic Colors of #d924fa

#d924fa

Complementary Color

#d924fa #45fa24

#d924fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d924fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d924fa Color CSS Codes

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

#d924fa Text Font Color

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

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


#d924fa Background Color

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

This div background color is #d924fa


#d924fa Border Color

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

This div border color is #d924fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,36,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d924fa


Comments

No comments written yet.

Please login to write comment.