Color Hex Logo

#d031da Color Hex

#D031DA
(208,49,218)
0 Favorites   0 Comments

Color spaces of #d031da

RGB 20849218
HSL0.820.700.52
HSV296°78°85°
CMYK 0.050.780.00   0.15
XYZ39.765620.668568.2232
Yxy20.66850.30910.1606
Hunter Lab45.462676.5722-57.1493
CIE-Lab52.584878.3371-52.8914

#d031da color RGB value is (208,49,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110001 11011010
Octal 320 61 332
Decimal 208 49 218
Hex D0 31 DA

RGB Percentages of Color #d031da

%43.79
%10.32
%45.89

CMYK Percentages of Color #d031da

%5
%78
%0
%15

Triadic Colors of #d031da

#d031da #dad031 #31dad0

Analogous Colors of #d031da

#d031da #da3190 #7c31da

Monochromatic Colors of #d031da

#d031da

Complementary Color

#d031da #3bda31

#d031da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d031da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d031da Color CSS Codes

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

#d031da Text Font Color

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

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


#d031da Background Color

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

This div background color is #d031da


#d031da Border Color

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

This div border color is #d031da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d031da


Comments

No comments written yet.

Please login to write comment.