Color Hex Logo

#d346ed Color Hex

#D346ED
(211,70,237)
0 Favorites   0 Comments

Color spaces of #d346ed

RGB 21170237
HSL0.810.820.60
HSV291°70°93°
CMYK 0.110.700.00   0.07
XYZ44.340224.343682.4826
Yxy24.34360.29330.1610
Hunter Lab49.339274.0708-64.5803
CIE-Lab56.430275.5848-57.4389

#d346ed color RGB value is (211,70,237).

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

The process color (four color CMYK) of #d346ed color hex is 0.11, 0.70, 0.00, 0.07. Web safe color of #d346ed is #cc33ff. Color #d346ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000110 11101101
Octal 323 106 355
Decimal 211 70 237
Hex D3 46 ED

RGB Percentages of Color #d346ed

%40.73
%13.51
%45.75

CMYK Percentages of Color #d346ed

%11
%70
%0
%7

Triadic Colors of #d346ed

#d346ed #edd346 #46edd3

Analogous Colors of #d346ed

#d346ed #ed46b4 #8046ed

Monochromatic Colors of #d346ed

#d346ed

Complementary Color

#d346ed #60ed46

#d346ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d346ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d346ed Color CSS Codes

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

#d346ed Text Font Color

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

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


#d346ed Background Color

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

This div background color is #d346ed


#d346ed Border Color

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

This div border color is #d346ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d346ed


Comments

No comments written yet.

Please login to write comment.