color codes Logo

#d649b7 color codes

#D649B7
(214,73,183)
0 Favorites   0 Comments

Color spaces of #d649b7

RGB 21473183
HSL0.870.630.56
HSV313°66°84°
CMYK 0.000.660.14   0.16
XYZ38.661322.480147.1012
Yxy22.48010.35720.2077
Hunter Lab47.413262.5780-25.7106
CIE-Lab54.532766.4464-29.6506

#d649b7 color RGB value is (214,73,183).

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

The process color (four color CMYK) of #d649b7 color code is 0.00, 0.66, 0.14, 0.16. Web safe color of #d649b7 is #cc33cc. Color #d649b7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001001 10110111
Octal 326 111 267
Decimal 214 73 183
Hex D6 49 B7

RGB Percentages of Color #d649b7

%45.53
%15.53
%38.94

CMYK Percentages of Color #d649b7

%0
%66
%14
%16

Triadic Colors of #d649b7

#d649b7 #b7d649 #49b7d6

Analogous Colors of #d649b7

#d649b7 #d64971 #af49d6

Monochromatic Colors of #d649b7

#d649b7

Complementary Color

#d649b7 #49d668

#d649b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d649b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d649b7 Color CSS Codes

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

#d649b7 Text Font Color

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

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


#d649b7 Background Color

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

This div background color is #d649b7


#d649b7 Border Color

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

This div border color is #d649b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d649b7


Comments

No comments written yet.

Please login to write comment.