Color Hex Logo

#d366bd Color Hex

#D366BD
(211,102,189)
0 Favorites   0 Comments

Color spaces of #d366bd

RGB 211102189
HSL0.870.550.61
HSV312°52°83°
CMYK 0.000.520.10   0.17
XYZ40.800627.025751.2102
Yxy27.02570.34280.2270
Hunter Lab51.986249.1170-22.0145
CIE-Lab58.998153.9100-26.2282

#d366bd color RGB value is (211,102,189).

#d366bd hex color red value is 211, green value is 102 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d366bd hue: 0.87 , saturation: 0.55 and the lightness value of d366bd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01100110 10111101
Octal 323 146 275
Decimal 211 102 189
Hex D3 66 BD

RGB Percentages of Color #d366bd

%42.03
%20.32
%37.65

CMYK Percentages of Color #d366bd

%0
%52
%10
%17

Triadic Colors of #d366bd

#d366bd #bdd366 #66bdd3

Analogous Colors of #d366bd

#d366bd #d36687 #b366d3

Monochromatic Colors of #d366bd

#d366bd

Complementary Color

#d366bd #66d37c

#d366bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d366bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d366bd Color CSS Codes

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

#d366bd Text Font Color

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

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


#d366bd Background Color

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

This div background color is #d366bd


#d366bd Border Color

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

This div border color is #d366bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d366bd


Comments

No comments written yet.

Please login to write comment.