Color Hex Logo

#d648dc Color Hex

#D648DC
(214,72,220)
0 Favorites   0 Comments

Color spaces of #d648dc

RGB 21472220
HSL0.830.680.57
HSV298°67°86°
CMYK 0.030.670.00   0.14
XYZ42.967224.098270.0969
Yxy24.09820.31330.1757
Hunter Lab49.089970.3293-50.2989
CIE-Lab56.186072.5928-48.2350

#d648dc color RGB value is (214,72,220).

#d648dc hex color red value is 214, green value is 72 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d648dc hue: 0.83 , saturation: 0.68 and the lightness value of d648dc is 0.57.

The process color (four color CMYK) of #d648dc color hex is 0.03, 0.67, 0.00, 0.14. Web safe color of #d648dc is #cc33cc. Color #d648dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001000 11011100
Octal 326 110 334
Decimal 214 72 220
Hex D6 48 DC

RGB Percentages of Color #d648dc

%42.29
%14.23
%43.48

CMYK Percentages of Color #d648dc

%3
%67
%0
%14

Triadic Colors of #d648dc

#d648dc #dcd648 #48dcd6

Analogous Colors of #d648dc

#d648dc #dc4898 #8c48dc

Monochromatic Colors of #d648dc

#d648dc

Complementary Color

#d648dc #4edc48

#d648dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d648dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d648dc Color CSS Codes

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

#d648dc Text Font Color

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

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


#d648dc Background Color

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

This div background color is #d648dc


#d648dc Border Color

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

This div border color is #d648dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d648dc


Comments

No comments written yet.

Please login to write comment.