Color Hex Logo

#d648bd Color Hex

#D648BD
(214,72,189)
0 Favorites   0 Comments

Color spaces of #d648bd

RGB 21472189
HSL0.860.630.56
HSV311°66°84°
CMYK 0.000.660.12   0.16
XYZ39.234222.605050.4394
Yxy22.60500.34940.2013
Hunter Lab47.544764.0961-29.6185
CIE-Lab54.663167.7054-32.9180

#d648bd color RGB value is (214,72,189).

#d648bd hex color red value is 214, green value is 72 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d648bd hue: 0.86 , saturation: 0.63 and the lightness value of d648bd is 0.56.

The process color (four color CMYK) of #d648bd color hex is 0.00, 0.66, 0.12, 0.16. Web safe color of #d648bd is #cc33cc. Color #d648bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001000 10111101
Octal 326 110 275
Decimal 214 72 189
Hex D6 48 BD

RGB Percentages of Color #d648bd

%45.05
%15.16
%39.79

CMYK Percentages of Color #d648bd

%0
%66
%12
%16

Triadic Colors of #d648bd

#d648bd #bdd648 #48bdd6

Analogous Colors of #d648bd

#d648bd #d64876 #a848d6

Monochromatic Colors of #d648bd

#d648bd

Complementary Color

#d648bd #48d661

#d648bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d648bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d648bd Color CSS Codes

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

#d648bd Text Font Color

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

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


#d648bd Background Color

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

This div background color is #d648bd


#d648bd Border Color

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

This div border color is #d648bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d648bd


Comments

No comments written yet.

Please login to write comment.