Color Hex Logo

#d344de Color Hex

#D344DE
(211,68,222)
0 Favorites   0 Comments

Color spaces of #d344de

RGB 21168222
HSL0.820.700.57
HSV296°69°87°
CMYK 0.050.690.00   0.13
XYZ42.115923.257171.3765
Yxy23.25710.30800.1701
Hunter Lab48.225671.4910-53.9945
CIE-Lab55.336273.7045-50.7447

#d344de color RGB value is (211,68,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000100 11011110
Octal 323 104 336
Decimal 211 68 222
Hex D3 44 DE

RGB Percentages of Color #d344de

%42.12
%13.57
%44.31

CMYK Percentages of Color #d344de

%5
%69
%0
%13

Triadic Colors of #d344de

#d344de #ded344 #44ded3

Analogous Colors of #d344de

#d344de #de449c #8644de

Monochromatic Colors of #d344de

#d344de

Complementary Color

#d344de #4fde44

#d344de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d344de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d344de Color CSS Codes

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

#d344de Text Font Color

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

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


#d344de Background Color

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

This div background color is #d344de


#d344de Border Color

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

This div border color is #d344de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d344de


Comments

No comments written yet.

Please login to write comment.