Color Hex Logo

#d649bc Color Hex

#D649BC
(214,73,188)
0 Favorites   0 Comments

Color spaces of #d649bc

RGB 21473188
HSL0.860.630.56
HSV311°66°84°
CMYK 0.000.660.12   0.16
XYZ39.191222.692149.8914
Yxy22.69210.35060.2030
Hunter Lab47.636263.4918-28.7515
CIE-Lab54.753867.1786-32.1992

#d649bc color RGB value is (214,73,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001001 10111100
Octal 326 111 274
Decimal 214 73 188
Hex D6 49 BC

RGB Percentages of Color #d649bc

%45.05
%15.37
%39.58

CMYK Percentages of Color #d649bc

%0
%66
%12
%16

Triadic Colors of #d649bc

#d649bc #bcd649 #49bcd6

Analogous Colors of #d649bc

#d649bc #d64976 #aa49d6

Monochromatic Colors of #d649bc

#d649bc

Complementary Color

#d649bc #49d663

#d649bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d649bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d649bc Color CSS Codes

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

#d649bc Text Font Color

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

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


#d649bc Background Color

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

This div background color is #d649bc


#d649bc Border Color

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

This div border color is #d649bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,73,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d649bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d649bc


Comments

No comments written yet.

Please login to write comment.