Color Hex Logo

#d273bd Color Hex

#D273BD
(210,115,189)
0 Favorites   0 Comments

Color spaces of #d273bd

RGB 210115189
HSL0.870.510.64
HSV313°45°82°
CMYK 0.000.450.10   0.18
XYZ41.894429.637251.6566
Yxy29.63720.34010.2406
Hunter Lab54.440142.0947-18.1505
CIE-Lab61.339947.1569-22.6412

#d273bd color RGB value is (210,115,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110011 10111101
Octal 322 163 275
Decimal 210 115 189
Hex D2 73 BD

RGB Percentages of Color #d273bd

%40.86
%22.37
%36.77

CMYK Percentages of Color #d273bd

%0
%45
%10
%18

Triadic Colors of #d273bd

#d273bd #bdd273 #73bdd2

Analogous Colors of #d273bd

#d273bd #d2738e #b873d2

Monochromatic Colors of #d273bd

#d273bd

Complementary Color

#d273bd #73d288

#d273bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d273bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d273bd Color CSS Codes

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

#d273bd Text Font Color

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

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


#d273bd Background Color

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

This div background color is #d273bd


#d273bd Border Color

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

This div border color is #d273bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d273bd


Comments

No comments written yet.

Please login to write comment.