Color Hex Logo

#d325bd Color Hex

#D325BD
(211,37,189)
0 Favorites   0 Comments

Color spaces of #d325bd

RGB 21137189
HSL0.850.700.49
HSV308°82°83°
CMYK 0.000.820.10   0.17
XYZ36.710818.846149.8469
Yxy18.84610.34830.1788
Hunter Lab43.412174.9747-37.6899
CIE-Lab50.506777.4623-39.4759

#d325bd color RGB value is (211,37,189).

#d325bd hex color red value is 211, green value is 37 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d325bd hue: 0.85 , saturation: 0.70 and the lightness value of d325bd is 0.49.

The process color (four color CMYK) of #d325bd color hex is 0.00, 0.82, 0.10, 0.17. Web safe color of #d325bd is #cc33cc. Color #d325bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100101 10111101
Octal 323 45 275
Decimal 211 37 189
Hex D3 25 BD

RGB Percentages of Color #d325bd

%48.28
%8.47
%43.25

CMYK Percentages of Color #d325bd

%0
%82
%10
%17

Triadic Colors of #d325bd

#d325bd #bdd325 #25bdd3

Analogous Colors of #d325bd

#d325bd #d32566 #9225d3

Monochromatic Colors of #d325bd

#d325bd

Complementary Color

#d325bd #25d33b

#d325bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d325bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d325bd Color CSS Codes

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

#d325bd Text Font Color

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

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


#d325bd Background Color

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

This div background color is #d325bd


#d325bd Border Color

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

This div border color is #d325bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d325bd


Comments

No comments written yet.

Please login to write comment.