Color Hex Logo

#d781fa Color Hex

#D781FA
(215,129,250)
0 Favorites   0 Comments

Color spaces of #d781fa

RGB 215129250
HSL0.790.920.74
HSV283°48°98°
CMYK 0.140.480.00   0.02
XYZ53.129937.049794.7935
Yxy37.04970.28720.2003
Hunter Lab60.868549.2864-49.7274
CIE-Lab67.314352.7662-47.3266

#d781fa color RGB value is (215,129,250).

#d781fa hex color red value is 215, green value is 129 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d781fa hue: 0.79 , saturation: 0.92 and the lightness value of d781fa is 0.74.

The process color (four color CMYK) of #d781fa color hex is 0.14, 0.48, 0.00, 0.02. Web safe color of #d781fa is #cc99ff. Color #d781fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000001 11111010
Octal 327 201 372
Decimal 215 129 250
Hex D7 81 FA

RGB Percentages of Color #d781fa

%36.20
%21.72
%42.09

CMYK Percentages of Color #d781fa

%14
%48
%0
%2

Triadic Colors of #d781fa

#d781fa #fad781 #81fad7

Analogous Colors of #d781fa

#d781fa #fa81e1 #9b81fa

Monochromatic Colors of #d781fa

#d781fa

Complementary Color

#d781fa #a4fa81

#d781fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d781fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d781fa Color CSS Codes

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

#d781fa Text Font Color

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

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


#d781fa Background Color

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

This div background color is #d781fa


#d781fa Border Color

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

This div border color is #d781fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d781fa


Comments

No comments written yet.

Please login to write comment.