Color Hex Logo

#d341dd Color Hex

#D341DD
(211,65,221)
0 Favorites   0 Comments

Color spaces of #d341dd

RGB 21165221
HSL0.820.700.56
HSV296°71°87°
CMYK 0.050.710.00   0.13
XYZ41.805422.849970.6137
Yxy22.84990.30910.1689
Hunter Lab47.801672.4564-54.1236
CIE-Lab54.917474.5705-50.8456

#d341dd color RGB value is (211,65,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000001 11011101
Octal 323 101 335
Decimal 211 65 221
Hex D3 41 DD

RGB Percentages of Color #d341dd

%42.45
%13.08
%44.47

CMYK Percentages of Color #d341dd

%5
%71
%0
%13

Triadic Colors of #d341dd

#d341dd #ddd341 #41ddd3

Analogous Colors of #d341dd

#d341dd #dd4199 #8541dd

Monochromatic Colors of #d341dd

#d341dd

Complementary Color

#d341dd #4bdd41

#d341dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d341dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d341dd Color CSS Codes

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

#d341dd Text Font Color

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

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


#d341dd Background Color

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

This div background color is #d341dd


#d341dd Border Color

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

This div border color is #d341dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d341dd


Comments

No comments written yet.

Please login to write comment.