Color Hex Logo

#d46cdc Color Hex

#D46CDC
(212,108,220)
0 Favorites   0 Comments

Color spaces of #d46cdc

RGB 212108220
HSL0.820.620.64
HSV296°51°86°
CMYK 0.040.510.00   0.14
XYZ45.432229.889571.0849
Yxy29.88950.31030.2042
Hunter Lab54.671352.6599-38.8204
CIE-Lab61.558856.6365-39.7792

#d46cdc color RGB value is (212,108,220).

#d46cdc hex color red value is 212, green value is 108 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d46cdc hue: 0.82 , saturation: 0.62 and the lightness value of d46cdc is 0.64.

The process color (four color CMYK) of #d46cdc color hex is 0.04, 0.51, 0.00, 0.14. Web safe color of #d46cdc is #cc66cc. Color #d46cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01101100 11011100
Octal 324 154 334
Decimal 212 108 220
Hex D4 6C DC

RGB Percentages of Color #d46cdc

%39.26
%20.00
%40.74

CMYK Percentages of Color #d46cdc

%4
%51
%0
%14

Triadic Colors of #d46cdc

#d46cdc #dcd46c #6cdcd4

Analogous Colors of #d46cdc

#d46cdc #dc6cac #9c6cdc

Monochromatic Colors of #d46cdc

#d46cdc

Complementary Color

#d46cdc #74dc6c

#d46cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d46cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d46cdc Color CSS Codes

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

#d46cdc Text Font Color

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

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


#d46cdc Background Color

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

This div background color is #d46cdc


#d46cdc Border Color

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

This div border color is #d46cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d46cdc


Comments

No comments written yet.

Please login to write comment.