Color Hex Logo

#d261bd Color Hex

#D261BD
(210,97,189)
0 Favorites   0 Comments

Color spaces of #d261bd

RGB 21097189
HSL0.860.560.60
HSV311°54°82°
CMYK 0.000.540.10   0.18
XYZ40.038325.925151.0379
Yxy25.92510.34220.2216
Hunter Lab50.916751.2591-23.7894
CIE-Lab57.965955.9955-27.8332

#d261bd color RGB value is (210,97,189).

#d261bd hex color red value is 210, green value is 97 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d261bd hue: 0.86 , saturation: 0.56 and the lightness value of d261bd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01100001 10111101
Octal 322 141 275
Decimal 210 97 189
Hex D2 61 BD

RGB Percentages of Color #d261bd

%42.34
%19.56
%38.10

CMYK Percentages of Color #d261bd

%0
%54
%10
%18

Triadic Colors of #d261bd

#d261bd #bdd261 #61bdd2

Analogous Colors of #d261bd

#d261bd #d26185 #af61d2

Monochromatic Colors of #d261bd

#d261bd

Complementary Color

#d261bd #61d276

#d261bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d261bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d261bd Color CSS Codes

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

#d261bd Text Font Color

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

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


#d261bd Background Color

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

This div background color is #d261bd


#d261bd Border Color

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

This div border color is #d261bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,97,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 #d261bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d261bd


Comments

No comments written yet.

Please login to write comment.