Color Hex Logo

#d346de Color Hex

#D346DE
(211,70,222)
0 Favorites   0 Comments

Color spaces of #d346de

RGB 21170222
HSL0.820.700.57
HSV296°68°87°
CMYK 0.050.680.00   0.13
XYZ42.238923.503171.4176
Yxy23.50310.30800.1714
Hunter Lab48.480070.6807-53.4062
CIE-Lab55.586872.9949-50.3459

#d346de color RGB value is (211,70,222).

#d346de hex color red value is 211, green value is 70 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d346de hue: 0.82 , saturation: 0.70 and the lightness value of d346de is 0.57.

The process color (four color CMYK) of #d346de color hex is 0.05, 0.68, 0.00, 0.13. Web safe color of #d346de is #cc33cc. Color #d346de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000110 11011110
Octal 323 106 336
Decimal 211 70 222
Hex D3 46 DE

RGB Percentages of Color #d346de

%41.95
%13.92
%44.14

CMYK Percentages of Color #d346de

%5
%68
%0
%13

Triadic Colors of #d346de

#d346de #ded346 #46ded3

Analogous Colors of #d346de

#d346de #de469d #8746de

Monochromatic Colors of #d346de

#d346de

Complementary Color

#d346de #51de46

#d346de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d346de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d346de Color CSS Codes

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

#d346de Text Font Color

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

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


#d346de Background Color

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

This div background color is #d346de


#d346de Border Color

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

This div border color is #d346de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,70,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d346de


Comments

No comments written yet.

Please login to write comment.