Color Hex Logo

#d831dd Color Hex

#D831DD
(216,49,221)
0 Favorites   0 Comments

Color spaces of #d831dd

RGB 21649221
HSL0.830.720.53
HSV298°78°87°
CMYK 0.020.780.00   0.13
XYZ42.468422.016070.4178
Yxy22.01600.31480.1632
Hunter Lab46.921279.4483-56.1356
CIE-Lab54.044080.3348-52.1912

#d831dd color RGB value is (216,49,221).

#d831dd hex color red value is 216, green value is 49 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d831dd hue: 0.83 , saturation: 0.72 and the lightness value of d831dd is 0.53.

The process color (four color CMYK) of #d831dd color hex is 0.02, 0.78, 0.00, 0.13. Web safe color of #d831dd is #cc33cc. Color #d831dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110001 11011101
Octal 330 61 335
Decimal 216 49 221
Hex D8 31 DD

RGB Percentages of Color #d831dd

%44.44
%10.08
%45.47

CMYK Percentages of Color #d831dd

%2
%78
%0
%13

Triadic Colors of #d831dd

#d831dd #ddd831 #31ddd8

Analogous Colors of #d831dd

#d831dd #dd318c #8231dd

Monochromatic Colors of #d831dd

#d831dd

Complementary Color

#d831dd #36dd31

#d831dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d831dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d831dd Color CSS Codes

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

#d831dd Text Font Color

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

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


#d831dd Background Color

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

This div background color is #d831dd


#d831dd Border Color

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

This div border color is #d831dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d831dd


Comments

No comments written yet.

Please login to write comment.