Color Hex Logo

#d71acc Color Hex

#D71ACC
(215,26,204)
0 Favorites   0 Comments

Color spaces of #d71acc

RGB 21526204
HSL0.840.780.47
HSV303°88°84°
CMYK 0.000.880.05   0.16
XYZ39.292819.545558.8284
Yxy19.54550.33390.1661
Hunter Lab44.210381.2775-47.9470
CIE-Lab51.319482.3032-46.8263

#d71acc color RGB value is (215,26,204).

#d71acc hex color red value is 215, green value is 26 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d71acc hue: 0.84 , saturation: 0.78 and the lightness value of d71acc is 0.47.

The process color (four color CMYK) of #d71acc color hex is 0.00, 0.88, 0.05, 0.16. Web safe color of #d71acc is #cc33cc. Color #d71acc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011010 11001100
Octal 327 32 314
Decimal 215 26 204
Hex D7 1A CC

RGB Percentages of Color #d71acc

%48.31
%5.84
%45.84

CMYK Percentages of Color #d71acc

%0
%88
%5
%16

Triadic Colors of #d71acc

#d71acc #ccd71a #1accd7

Analogous Colors of #d71acc

#d71acc #d71a6e #841ad7

Monochromatic Colors of #d71acc

#d71acc

Complementary Color

#d71acc #1ad725

#d71acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71acc Color CSS Codes

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

#d71acc Text Font Color

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

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


#d71acc Background Color

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

This div background color is #d71acc


#d71acc Border Color

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

This div border color is #d71acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71acc


Comments

No comments written yet.

Please login to write comment.