Color Hex Logo

#d771fe Color Hex

#D771FE
(215,113,254)
0 Favorites   0 Comments

Color spaces of #d771fe

RGB 215113254
HSL0.790.990.72
HSV283°56°100°
CMYK 0.150.560.00   0.00
XYZ51.818933.413197.4841
Yxy33.41310.28360.1829
Hunter Lab57.804158.8606-59.5272
CIE-Lab64.494061.5066-53.9791

#d771fe color RGB value is (215,113,254).

#d771fe hex color red value is 215, green value is 113 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d771fe hue: 0.79 , saturation: 0.99 and the lightness value of d771fe is 0.72.

The process color (four color CMYK) of #d771fe color hex is 0.15, 0.56, 0.00, 0.00. Web safe color of #d771fe is #cc66ff. Color #d771fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110001 11111110
Octal 327 161 376
Decimal 215 113 254
Hex D7 71 FE

RGB Percentages of Color #d771fe

%36.94
%19.42
%43.64

CMYK Percentages of Color #d771fe

%15
%56
%0
%0

Triadic Colors of #d771fe

#d771fe #fed771 #71fed7

Analogous Colors of #d771fe

#d771fe #fe71df #9171fe

Monochromatic Colors of #d771fe

#d771fe

Complementary Color

#d771fe #98fe71

#d771fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d771fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d771fe Color CSS Codes

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

#d771fe Text Font Color

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

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


#d771fe Background Color

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

This div background color is #d771fe


#d771fe Border Color

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

This div border color is #d771fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d771fe

Related Colors


Comments

No comments written yet.

Please login to write comment.