Color Hex Logo

#d344ce Color Hex

#D344CE
(211,68,206)
0 Favorites   0 Comments

Color spaces of #d344ce

RGB 21168206
HSL0.840.620.55
HSV302°68°83°
CMYK 0.000.680.02   0.17
XYZ40.071722.439460.6117
Yxy22.43940.32550.1823
Hunter Lab47.370268.0998-42.7042
CIE-Lab54.490171.0813-42.9891

#d344ce color RGB value is (211,68,206).

#d344ce hex color red value is 211, green value is 68 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d344ce hue: 0.84 , saturation: 0.62 and the lightness value of d344ce is 0.55.

The process color (four color CMYK) of #d344ce color hex is 0.00, 0.68, 0.02, 0.17. Web safe color of #d344ce is #cc33cc. Color #d344ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000100 11001110
Octal 323 104 316
Decimal 211 68 206
Hex D3 44 CE

RGB Percentages of Color #d344ce

%43.51
%14.02
%42.47

CMYK Percentages of Color #d344ce

%0
%68
%2
%17

Triadic Colors of #d344ce

#d344ce #ced344 #44ced3

Analogous Colors of #d344ce

#d344ce #d34487 #9144d3

Monochromatic Colors of #d344ce

#d344ce

Complementary Color

#d344ce #44d349

#d344ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d344ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d344ce Color CSS Codes

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

#d344ce Text Font Color

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

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


#d344ce Background Color

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

This div background color is #d344ce


#d344ce Border Color

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

This div border color is #d344ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d344ce


Comments

No comments written yet.

Please login to write comment.