Color Hex Logo

#d344dc Color Hex

#D344DC
(211,68,220)
0 Favorites   0 Comments

Color spaces of #d344dc

RGB 21168220
HSL0.820.680.56
HSV296°69°86°
CMYK 0.040.690.00   0.14
XYZ41.849423.150469.9729
Yxy23.15040.31010.1715
Hunter Lab48.114971.0549-52.5444
CIE-Lab55.226973.3697-49.7867

#d344dc color RGB value is (211,68,220).

#d344dc hex color red value is 211, green value is 68 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d344dc hue: 0.82 , saturation: 0.68 and the lightness value of d344dc is 0.56.

The process color (four color CMYK) of #d344dc color hex is 0.04, 0.69, 0.00, 0.14. Web safe color of #d344dc is #cc33cc. Color #d344dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000100 11011100
Octal 323 104 334
Decimal 211 68 220
Hex D3 44 DC

RGB Percentages of Color #d344dc

%42.28
%13.63
%44.09

CMYK Percentages of Color #d344dc

%4
%69
%0
%14

Triadic Colors of #d344dc

#d344dc #dcd344 #44dcd3

Analogous Colors of #d344dc

#d344dc #dc4499 #8744dc

Monochromatic Colors of #d344dc

#d344dc

Complementary Color

#d344dc #4ddc44

#d344dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d344dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d344dc Color CSS Codes

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

#d344dc Text Font Color

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

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


#d344dc Background Color

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

This div background color is #d344dc


#d344dc Border Color

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

This div border color is #d344dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d344dc


Comments

No comments written yet.

Please login to write comment.