Color Hex Logo

#d831da Color Hex

#D831DA
(216,49,218)
0 Favorites   0 Comments

Color spaces of #d831da

RGB 21649218
HSL0.830.700.52
HSV299°78°85°
CMYK 0.010.780.00   0.15
XYZ42.072121.857568.3311
Yxy21.85750.31810.1653
Hunter Lab46.752078.8160-53.9298
CIE-Lab53.875579.8684-50.7562

#d831da color RGB value is (216,49,218).

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

The process color (four color CMYK) of #d831da color hex is 0.01, 0.78, 0.00, 0.15. Web safe color of #d831da is #cc33cc. Color #d831da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110001 11011010
Octal 330 61 332
Decimal 216 49 218
Hex D8 31 DA

RGB Percentages of Color #d831da

%44.72
%10.14
%45.13

CMYK Percentages of Color #d831da

%1
%78
%0
%15

Triadic Colors of #d831da

#d831da #dad831 #31dad8

Analogous Colors of #d831da

#d831da #da3188 #8431da

Monochromatic Colors of #d831da

#d831da

Complementary Color

#d831da #33da31

#d831da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d831da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d831da Color CSS Codes

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

#d831da Text Font Color

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

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


#d831da Background Color

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

This div background color is #d831da


#d831da Border Color

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

This div border color is #d831da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,49,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d831da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d831da


Comments

No comments written yet.

Please login to write comment.