Color Hex Logo

#d271bd Color Hex

#D271BD
(210,113,189)
0 Favorites   0 Comments

Color spaces of #d271bd

RGB 210113189
HSL0.870.520.63
HSV313°46°82°
CMYK 0.000.460.10   0.18
XYZ41.668829.186051.5814
Yxy29.18600.34030.2384
Hunter Lab54.024143.1350-18.7924
CIE-Lab60.945448.1730-23.2456

#d271bd color RGB value is (210,113,189).

#d271bd hex color red value is 210, green value is 113 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d271bd hue: 0.87 , saturation: 0.52 and the lightness value of d271bd is 0.63.

The process color (four color CMYK) of #d271bd color hex is 0.00, 0.46, 0.10, 0.18. Web safe color of #d271bd is #cc66cc. Color #d271bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110001 10111101
Octal 322 161 275
Decimal 210 113 189
Hex D2 71 BD

RGB Percentages of Color #d271bd

%41.02
%22.07
%36.91

CMYK Percentages of Color #d271bd

%0
%46
%10
%18

Triadic Colors of #d271bd

#d271bd #bdd271 #71bdd2

Analogous Colors of #d271bd

#d271bd #d2718d #b771d2

Monochromatic Colors of #d271bd

#d271bd

Complementary Color

#d271bd #71d286

#d271bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d271bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d271bd Color CSS Codes

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

#d271bd Text Font Color

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

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


#d271bd Background Color

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

This div background color is #d271bd


#d271bd Border Color

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

This div border color is #d271bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,113,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d271bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d271bd;
  -webkit-box-shadow: 1px 1px 3px 2px #d271bd;
  box-shadow:         1px 1px 3px 2px #d271bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,113,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d271bd


Comments

No comments written yet.

Please login to write comment.