Color Hex Logo

#d648cf Color Hex

#D648CF
(214,72,207)
0 Favorites   0 Comments

Color spaces of #d648cf

RGB 21472207
HSL0.840.630.56
HSV303°66°84°
CMYK 0.000.660.03   0.16
XYZ41.311423.435961.3777
Yxy23.43590.32750.1858
Hunter Lab48.410667.6050-41.2837
CIE-Lab55.518570.4757-41.9062

#d648cf color RGB value is (214,72,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001000 11001111
Octal 326 110 317
Decimal 214 72 207
Hex D6 48 CF

RGB Percentages of Color #d648cf

%43.41
%14.60
%41.99

CMYK Percentages of Color #d648cf

%0
%66
%3
%16

Triadic Colors of #d648cf

#d648cf #cfd648 #48cfd6

Analogous Colors of #d648cf

#d648cf #d64888 #9648d6

Monochromatic Colors of #d648cf

#d648cf

Complementary Color

#d648cf #48d64f

#d648cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d648cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d648cf Color CSS Codes

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

#d648cf Text Font Color

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

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


#d648cf Background Color

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

This div background color is #d648cf


#d648cf Border Color

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

This div border color is #d648cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d648cf


Comments

No comments written yet.

Please login to write comment.