Color Hex Logo

#d568bd Color Hex

#D568BD
(213,104,189)
0 Favorites   0 Comments

Color spaces of #d568bd

RGB 213104189
HSL0.870.560.62
HSV313°51°84°
CMYK 0.000.510.11   0.16
XYZ41.576227.720951.3035
Yxy27.72090.34470.2299
Hunter Lab52.650648.8160-20.9175
CIE-Lab59.635753.5366-25.2232

#d568bd color RGB value is (213,104,189).

#d568bd hex color red value is 213, green value is 104 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d568bd hue: 0.87 , saturation: 0.56 and the lightness value of d568bd is 0.62.

The process color (four color CMYK) of #d568bd color hex is 0.00, 0.51, 0.11, 0.16. Web safe color of #d568bd is #cc66cc. Color #d568bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101000 10111101
Octal 325 150 275
Decimal 213 104 189
Hex D5 68 BD

RGB Percentages of Color #d568bd

%42.09
%20.55
%37.35

CMYK Percentages of Color #d568bd

%0
%51
%11
%16

Triadic Colors of #d568bd

#d568bd #bdd568 #68bdd5

Analogous Colors of #d568bd

#d568bd #d56887 #b768d5

Monochromatic Colors of #d568bd

#d568bd

Complementary Color

#d568bd #68d580

#d568bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d568bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d568bd Color CSS Codes

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

#d568bd Text Font Color

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

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


#d568bd Background Color

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

This div background color is #d568bd


#d568bd Border Color

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

This div border color is #d568bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d568bd


Comments

No comments written yet.

Please login to write comment.