Color Hex Logo

#d351bd Color Hex

#D351BD
(211,81,189)
0 Favorites   0 Comments

Color spaces of #d351bd

RGB 21181189
HSL0.860.600.57
HSV310°62°83°
CMYK 0.000.620.10   0.17
XYZ38.991723.407950.6072
Yxy23.40790.34500.2071
Hunter Lab48.381759.1884-28.1501
CIE-Lab55.490063.3725-31.6637

#d351bd color RGB value is (211,81,189).

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

The process color (four color CMYK) of #d351bd color hex is 0.00, 0.62, 0.10, 0.17. Web safe color of #d351bd is #cc66cc. Color #d351bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010001 10111101
Octal 323 121 275
Decimal 211 81 189
Hex D3 51 BD

RGB Percentages of Color #d351bd

%43.87
%16.84
%39.29

CMYK Percentages of Color #d351bd

%0
%62
%10
%17

Triadic Colors of #d351bd

#d351bd #bdd351 #51bdd3

Analogous Colors of #d351bd

#d351bd #d3517c #a851d3

Monochromatic Colors of #d351bd

#d351bd

Complementary Color

#d351bd #51d367

#d351bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d351bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d351bd Color CSS Codes

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

#d351bd Text Font Color

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

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


#d351bd Background Color

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

This div background color is #d351bd


#d351bd Border Color

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

This div border color is #d351bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d351bd


Comments

No comments written yet.

Please login to write comment.