Color Hex Logo

#d71fca Color Hex

#D71FCA
(215,31,202)
0 Favorites   0 Comments

Color spaces of #d71fca

RGB 21531202
HSL0.850.750.48
HSV304°86°84°
CMYK 0.000.860.06   0.16
XYZ39.175019.691357.6132
Yxy19.69130.33630.1691
Hunter Lab44.374979.9272-45.9155
CIE-Lab51.486481.2109-45.4090

#d71fca color RGB value is (215,31,202).

#d71fca hex color red value is 215, green value is 31 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d71fca hue: 0.85 , saturation: 0.75 and the lightness value of d71fca is 0.48.

The process color (four color CMYK) of #d71fca color hex is 0.00, 0.86, 0.06, 0.16. Web safe color of #d71fca is #cc33cc. Color #d71fca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011111 11001010
Octal 327 37 312
Decimal 215 31 202
Hex D7 1F CA

RGB Percentages of Color #d71fca

%47.99
%6.92
%45.09

CMYK Percentages of Color #d71fca

%0
%86
%6
%16

Triadic Colors of #d71fca

#d71fca #cad71f #1fcad7

Analogous Colors of #d71fca

#d71fca #d71f6e #881fd7

Monochromatic Colors of #d71fca

#d71fca

Complementary Color

#d71fca #1fd72c

#d71fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71fca Color CSS Codes

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

#d71fca Text Font Color

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

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


#d71fca Background Color

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

This div background color is #d71fca


#d71fca Border Color

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

This div border color is #d71fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71fca


Comments

No comments written yet.

Please login to write comment.