Color Hex Logo

#d131de Color Hex

#D131DE
(209,49,222)
0 Favorites   0 Comments

Color spaces of #d131de

RGB 20949222
HSL0.820.720.53
HSV295°78°87°
CMYK 0.060.780.00   0.13
XYZ40.577621.025971.0270
Yxy21.02590.30590.1585
Hunter Lab45.854077.7155-59.7413
CIE-Lab52.977879.1711-54.5268

#d131de color RGB value is (209,49,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110001 11011110
Octal 321 61 336
Decimal 209 49 222
Hex D1 31 DE

RGB Percentages of Color #d131de

%43.54
%10.21
%46.25

CMYK Percentages of Color #d131de

%6
%78
%0
%13

Triadic Colors of #d131de

#d131de #ded131 #31ded1

Analogous Colors of #d131de

#d131de #de3195 #7b31de

Monochromatic Colors of #d131de

#d131de

Complementary Color

#d131de #3ede31

#d131de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d131de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d131de Color CSS Codes

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

#d131de Text Font Color

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

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


#d131de Background Color

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

This div background color is #d131de


#d131de Border Color

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

This div border color is #d131de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d131de


Comments

No comments written yet.

Please login to write comment.