Color Hex Logo

#d331de Color Hex

#D331DE
(211,49,222)
0 Favorites   0 Comments

Color spaces of #d331de

RGB 21149222
HSL0.820.720.53
HSV296°78°87°
CMYK 0.050.780.00   0.13
XYZ41.147121.319471.0536
Yxy21.31940.30820.1597
Hunter Lab46.172978.2680-58.9178
CIE-Lab53.297379.5472-53.9976

#d331de color RGB value is (211,49,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110001 11011110
Octal 323 61 336
Decimal 211 49 222
Hex D3 31 DE

RGB Percentages of Color #d331de

%43.78
%10.17
%46.06

CMYK Percentages of Color #d331de

%5
%78
%0
%13

Triadic Colors of #d331de

#d331de #ded331 #31ded3

Analogous Colors of #d331de

#d331de #de3193 #7d31de

Monochromatic Colors of #d331de

#d331de

Complementary Color

#d331de #3cde31

#d331de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d331de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d331de Color CSS Codes

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

#d331de Text Font Color

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

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


#d331de Background Color

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

This div background color is #d331de


#d331de Border Color

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

This div border color is #d331de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d331de


Comments

No comments written yet.

Please login to write comment.