color codes Logo

#d346dd color codes

#D346DD
(211,70,221)
0 Favorites   0 Comments

Color spaces of #d346dd

RGB 21170221
HSL0.820.690.57
HSV296°68°87°
CMYK 0.050.680.00   0.13
XYZ42.105323.449770.7137
Yxy23.44970.30900.1721
Hunter Lab48.424970.4617-52.6823
CIE-Lab55.532672.8260-49.8666

#d346dd color RGB value is (211,70,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000110 11011101
Octal 323 106 335
Decimal 211 70 221
Hex D3 46 DD

RGB Percentages of Color #d346dd

%42.03
%13.94
%44.02

CMYK Percentages of Color #d346dd

%5
%68
%0
%13

Triadic Colors of #d346dd

#d346dd #ddd346 #46ddd3

Analogous Colors of #d346dd

#d346dd #dd469c #8846dd

Monochromatic Colors of #d346dd

#d346dd

Complementary Color

#d346dd #50dd46

#d346dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d346dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d346dd Color CSS Codes

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

#d346dd Text Font Color

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

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


#d346dd Background Color

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

This div background color is #d346dd


#d346dd Border Color

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

This div border color is #d346dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d346dd


Comments

No comments written yet.

Please login to write comment.