Color Hex Logo

#d724fa Color Hex

#D724FA
(215,36,250)
0 Favorites   0 Comments

Color spaces of #d724fa

RGB 21536250
HSL0.810.960.56
HSV290°86°98°
CMYK 0.140.860.00   0.02
XYZ45.910522.611092.3871
Yxy22.61100.28530.1405
Hunter Lab47.551089.1274-81.9091
CIE-Lab54.669487.6993-67.4983

#d724fa color RGB value is (215,36,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100100 11111010
Octal 327 44 372
Decimal 215 36 250
Hex D7 24 FA

RGB Percentages of Color #d724fa

%42.91
%7.19
%49.90

CMYK Percentages of Color #d724fa

%14
%86
%0
%2

Triadic Colors of #d724fa

#d724fa #fad724 #24fad7

Analogous Colors of #d724fa

#d724fa #fa24b2 #6c24fa

Monochromatic Colors of #d724fa

#d724fa

Complementary Color

#d724fa #47fa24

#d724fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d724fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d724fa Color CSS Codes

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

#d724fa Text Font Color

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

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


#d724fa Background Color

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

This div background color is #d724fa


#d724fa Border Color

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

This div border color is #d724fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d724fa

Related Colors


Comments

No comments written yet.

Please login to write comment.