Color Hex Logo

#d342dd Color Hex

#D342DD
(211,66,221)
0 Favorites   0 Comments

Color spaces of #d342dd

RGB 21166221
HSL0.820.700.56
HSV296°70°87°
CMYK 0.050.700.00   0.13
XYZ41.863322.965870.6330
Yxy22.96580.30900.1695
Hunter Lab47.922672.0658-53.8414
CIE-Lab55.037174.2300-50.6550

#d342dd color RGB value is (211,66,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000010 11011101
Octal 323 102 335
Decimal 211 66 221
Hex D3 42 DD

RGB Percentages of Color #d342dd

%42.37
%13.25
%44.38

CMYK Percentages of Color #d342dd

%5
%70
%0
%13

Triadic Colors of #d342dd

#d342dd #ddd342 #42ddd3

Analogous Colors of #d342dd

#d342dd #dd429a #8642dd

Monochromatic Colors of #d342dd

#d342dd

Complementary Color

#d342dd #4cdd42

#d342dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d342dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d342dd Color CSS Codes

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

#d342dd Text Font Color

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

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


#d342dd Background Color

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

This div background color is #d342dd


#d342dd Border Color

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

This div border color is #d342dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d342dd


Comments

No comments written yet.

Please login to write comment.