Color Hex Logo

#d541dd Color Hex

#D541DD
(213,65,221)
0 Favorites   0 Comments

Color spaces of #d541dd

RGB 21365221
HSL0.820.700.56
HSV297°71°87°
CMYK 0.040.710.00   0.13
XYZ42.382023.147270.6407
Yxy23.14720.31120.1700
Hunter Lab48.111573.0475-53.3756
CIE-Lab55.223674.9907-50.3397

#d541dd color RGB value is (213,65,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000001 11011101
Octal 325 101 335
Decimal 213 65 221
Hex D5 41 DD

RGB Percentages of Color #d541dd

%42.69
%13.03
%44.29

CMYK Percentages of Color #d541dd

%4
%71
%0
%13

Triadic Colors of #d541dd

#d541dd #ddd541 #41ddd5

Analogous Colors of #d541dd

#d541dd #dd4197 #8741dd

Monochromatic Colors of #d541dd

#d541dd

Complementary Color

#d541dd #49dd41

#d541dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d541dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d541dd Color CSS Codes

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

#d541dd Text Font Color

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

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


#d541dd Background Color

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

This div background color is #d541dd


#d541dd Border Color

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

This div border color is #d541dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d541dd


Comments

No comments written yet.

Please login to write comment.