Color Hex Logo

#d71afc Color Hex

#D71AFC
(215,26,252)
0 Favorites   0 Comments

Color spaces of #d71afc

RGB 21526252
HSL0.810.970.55
HSV290°90°99°
CMYK 0.150.900.00   0.01
XYZ45.964422.214193.9606
Yxy22.21410.28350.1370
Hunter Lab47.131891.5979-85.2065
CIE-Lab54.253489.6456-69.2843

#d71afc color RGB value is (215,26,252).

#d71afc hex color red value is 215, green value is 26 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d71afc hue: 0.81 , saturation: 0.97 and the lightness value of d71afc is 0.55.

The process color (four color CMYK) of #d71afc color hex is 0.15, 0.90, 0.00, 0.01. Web safe color of #d71afc is #cc33ff. Color #d71afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011010 11111100
Octal 327 32 374
Decimal 215 26 252
Hex D7 1A FC

RGB Percentages of Color #d71afc

%43.61
%5.27
%51.12

CMYK Percentages of Color #d71afc

%15
%90
%0
%1

Triadic Colors of #d71afc

#d71afc #fcd71a #1afcd7

Analogous Colors of #d71afc

#d71afc #fc1ab0 #661afc

Monochromatic Colors of #d71afc

#d71afc

Complementary Color

#d71afc #3ffc1a

#d71afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71afc Color CSS Codes

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

#d71afc Text Font Color

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

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


#d71afc Background Color

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

This div background color is #d71afc


#d71afc Border Color

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

This div border color is #d71afc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,26,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71afc


Comments

No comments written yet.

Please login to write comment.