Color Hex Logo

#d339de Color Hex

#D339DE
(211,57,222)
0 Favorites   0 Comments

Color spaces of #d339de

RGB 21157222
HSL0.820.710.55
HSV296°74°87°
CMYK 0.050.740.00   0.13
XYZ41.511922.049171.1752
Yxy22.04910.30810.1636
Hunter Lab46.956575.6292-57.0005
CIE-Lab54.079177.2921-52.7486

#d339de color RGB value is (211,57,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00111001 11011110
Octal 323 71 336
Decimal 211 57 222
Hex D3 39 DE

RGB Percentages of Color #d339de

%43.06
%11.63
%45.31

CMYK Percentages of Color #d339de

%5
%74
%0
%13

Triadic Colors of #d339de

#d339de #ded339 #39ded3

Analogous Colors of #d339de

#d339de #de3997 #8139de

Monochromatic Colors of #d339de

#d339de

Complementary Color

#d339de #44de39

#d339de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d339de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d339de Color CSS Codes

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

#d339de Text Font Color

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

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


#d339de Background Color

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

This div background color is #d339de


#d339de Border Color

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

This div border color is #d339de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d339de


Comments

No comments written yet.

Please login to write comment.