Color Hex Logo

#d71bad Color Hex

#D71BAD
(215,27,173)
0 Favorites   0 Comments

Color spaces of #d71bad

RGB 21527173
HSL0.870.780.47
HSV313°87°84°
CMYK 0.000.870.20   0.16
XYZ35.959118.248141.1621
Yxy18.24810.37710.1913
Hunter Lab42.717875.5021-27.2283
CIE-Lab49.795778.0245-31.1728

#d71bad color RGB value is (215,27,173).

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

The process color (four color CMYK) of #d71bad color hex is 0.00, 0.87, 0.20, 0.16. Web safe color of #d71bad is #cc3399. Color #d71bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011011 10101101
Octal 327 33 255
Decimal 215 27 173
Hex D7 1B AD

RGB Percentages of Color #d71bad

%51.81
%6.51
%41.69

CMYK Percentages of Color #d71bad

%0
%87
%20
%16

Triadic Colors of #d71bad

#d71bad #add71b #1badd7

Analogous Colors of #d71bad

#d71bad #d71b4f #a31bd7

Monochromatic Colors of #d71bad

#d71bad

Complementary Color

#d71bad #1bd745

#d71bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71bad Color CSS Codes

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

#d71bad Text Font Color

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

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


#d71bad Background Color

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

This div background color is #d71bad


#d71bad Border Color

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

This div border color is #d71bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71bad


Comments

No comments written yet.

Please login to write comment.