Color Hex Logo

#d648ce Color Hex

#D648CE
(214,72,206)
0 Favorites   0 Comments

Color spaces of #d648ce

RGB 21472206
HSL0.840.630.56
HSV303°66°84°
CMYK 0.000.660.04   0.16
XYZ41.189523.387160.7358
Yxy23.38710.32870.1866
Hunter Lab48.360267.4022-40.6104
CIE-Lab55.468870.3170-41.4139

#d648ce color RGB value is (214,72,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001000 11001110
Octal 326 110 316
Decimal 214 72 206
Hex D6 48 CE

RGB Percentages of Color #d648ce

%43.50
%14.63
%41.87

CMYK Percentages of Color #d648ce

%0
%66
%4
%16

Triadic Colors of #d648ce

#d648ce #ced648 #48ced6

Analogous Colors of #d648ce

#d648ce #d64887 #9748d6

Monochromatic Colors of #d648ce

#d648ce

Complementary Color

#d648ce #48d650

#d648ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d648ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d648ce Color CSS Codes

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

#d648ce Text Font Color

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

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


#d648ce Background Color

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

This div background color is #d648ce


#d648ce Border Color

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

This div border color is #d648ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d648ce


Comments

No comments written yet.

Please login to write comment.