Color Hex Logo

#d064bd Color Hex

#D064BD
(208,100,189)
0 Favorites   0 Comments

Color spaces of #d064bd

RGB 208100189
HSL0.860.530.60
HSV311°52°82°
CMYK 0.000.520.09   0.18
XYZ39.754926.198451.1056
Yxy26.19840.33960.2238
Hunter Lab51.184449.0683-23.3697
CIE-Lab58.224953.9926-27.4553

#d064bd color RGB value is (208,100,189).

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

The process color (four color CMYK) of #d064bd color hex is 0.00, 0.52, 0.09, 0.18. Web safe color of #d064bd is #cc66cc. Color #d064bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100100 10111101
Octal 320 144 275
Decimal 208 100 189
Hex D0 64 BD

RGB Percentages of Color #d064bd

%41.85
%20.12
%38.03

CMYK Percentages of Color #d064bd

%0
%52
%9
%18

Triadic Colors of #d064bd

#d064bd #bdd064 #64bdd0

Analogous Colors of #d064bd

#d064bd #d06487 #ad64d0

Monochromatic Colors of #d064bd

#d064bd

Complementary Color

#d064bd #64d077

#d064bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d064bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d064bd Color CSS Codes

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

#d064bd Text Font Color

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

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


#d064bd Background Color

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

This div background color is #d064bd


#d064bd Border Color

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

This div border color is #d064bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d064bd


Comments

No comments written yet.

Please login to write comment.