Color Hex Logo

#d746dc Color Hex

#D746DC
(215,70,220)
0 Favorites   0 Comments

Color spaces of #d746dc

RGB 21570220
HSL0.830.680.57
HSV298°68°86°
CMYK 0.020.680.00   0.14
XYZ43.132823.994770.0682
Yxy23.99470.31440.1749
Hunter Lab48.984471.4540-50.5205
CIE-Lab56.082573.5312-48.3899

#d746dc color RGB value is (215,70,220).

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

The process color (four color CMYK) of #d746dc color hex is 0.02, 0.68, 0.00, 0.14. Web safe color of #d746dc is #cc33cc. Color #d746dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000110 11011100
Octal 327 106 334
Decimal 215 70 220
Hex D7 46 DC

RGB Percentages of Color #d746dc

%42.57
%13.86
%43.56

CMYK Percentages of Color #d746dc

%2
%68
%0
%14

Triadic Colors of #d746dc

#d746dc #dcd746 #46dcd7

Analogous Colors of #d746dc

#d746dc #dc4696 #8c46dc

Monochromatic Colors of #d746dc

#d746dc

Complementary Color

#d746dc #4bdc46

#d746dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d746dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d746dc Color CSS Codes

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

#d746dc Text Font Color

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

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


#d746dc Background Color

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

This div background color is #d746dc


#d746dc Border Color

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

This div border color is #d746dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,70,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 #d746dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d746dc


Comments

No comments written yet.

Please login to write comment.