color codes Logo

#d71ca7 color codes

#D71CA7
(215,28,167)
0 Favorites   0 Comments

Color spaces of #d71ca7

RGB 21528167
HSL0.880.770.48
HSV315°87°84°
CMYK 0.000.870.22   0.16
XYZ35.414618.067638.1801
Yxy18.06760.38640.1971
Hunter Lab42.506074.3348-23.5018
CIE-Lab49.578077.1281-27.9680

#d71ca7 color RGB value is (215,28,167).

#d71ca7 hex color red value is 215, green value is 28 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #d71ca7 hue: 0.88 , saturation: 0.77 and the lightness value of d71ca7 is 0.48.

The process color (four color CMYK) of #d71ca7 color code is 0.00, 0.87, 0.22, 0.16. Web safe color of #d71ca7 is #cc3399. Color #d71ca7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011100 10100111
Octal 327 34 247
Decimal 215 28 167
Hex D7 1C A7

RGB Percentages of Color #d71ca7

%52.44
%6.83
%40.73

CMYK Percentages of Color #d71ca7

%0
%87
%22
%16

Triadic Colors of #d71ca7

#d71ca7 #a7d71c #1ca7d7

Analogous Colors of #d71ca7

#d71ca7 #d71c4a #aa1cd7

Monochromatic Colors of #d71ca7

#d71ca7

Complementary Color

#d71ca7 #1cd74c

#d71ca7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71ca7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71ca7 Color CSS Codes

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

#d71ca7 Text Font Color

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

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


#d71ca7 Background Color

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

This div background color is #d71ca7


#d71ca7 Border Color

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

This div border color is #d71ca7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71ca7


Comments

No comments written yet.

Please login to write comment.