Color Hex Logo

#d751fa Color Hex

#D751FA
(215,81,250)
0 Favorites   0 Comments

Color spaces of #d751fa

RGB 21581250
HSL0.800.940.65
HSV288°68°98°
CMYK 0.140.680.00   0.02
XYZ48.222127.234193.1576
Yxy27.23410.28600.1615
Hunter Lab52.186373.6147-69.3080
CIE-Lab59.190474.6889-60.2284

#d751fa color RGB value is (215,81,250).

#d751fa hex color red value is 215, green value is 81 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d751fa hue: 0.80 , saturation: 0.94 and the lightness value of d751fa is 0.65.

The process color (four color CMYK) of #d751fa color hex is 0.14, 0.68, 0.00, 0.02. Web safe color of #d751fa is #cc66ff. Color #d751fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010001 11111010
Octal 327 121 372
Decimal 215 81 250
Hex D7 51 FA

RGB Percentages of Color #d751fa

%39.38
%14.84
%45.79

CMYK Percentages of Color #d751fa

%14
%68
%0
%2

Triadic Colors of #d751fa

#d751fa #fad751 #51fad7

Analogous Colors of #d751fa

#d751fa #fa51c9 #8351fa

Monochromatic Colors of #d751fa

#d751fa

Complementary Color

#d751fa #74fa51

#d751fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d751fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d751fa Color CSS Codes

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

#d751fa Text Font Color

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

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


#d751fa Background Color

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

This div background color is #d751fa


#d751fa Border Color

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

This div border color is #d751fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d751fa


Comments

No comments written yet.

Please login to write comment.