Color Hex Logo

#d649cb Color Hex

#D649CB
(214,73,203)
0 Favorites   0 Comments

Color spaces of #d649cb

RGB 21473203
HSL0.850.630.56
HSV305°66°84°
CMYK 0.000.660.05   0.16
XYZ40.893623.373058.8560
Yxy23.37300.33210.1898
Hunter Lab48.345666.3810-38.3377
CIE-Lab55.454569.4706-39.7223

#d649cb color RGB value is (214,73,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001001 11001011
Octal 326 111 313
Decimal 214 73 203
Hex D6 49 CB

RGB Percentages of Color #d649cb

%43.67
%14.90
%41.43

CMYK Percentages of Color #d649cb

%0
%66
%5
%16

Triadic Colors of #d649cb

#d649cb #cbd649 #49cbd6

Analogous Colors of #d649cb

#d649cb #d64985 #9b49d6

Monochromatic Colors of #d649cb

#d649cb

Complementary Color

#d649cb #49d654

#d649cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d649cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d649cb Color CSS Codes

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

#d649cb Text Font Color

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

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


#d649cb Background Color

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

This div background color is #d649cb


#d649cb Border Color

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

This div border color is #d649cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d649cb


Comments

No comments written yet.

Please login to write comment.