Color Hex Logo

#d339ac Color Hex

#D339AC
(211,57,172)
0 Favorites   0 Comments

Color spaces of #d339ac

RGB 21157172
HSL0.880.640.53
HSV315°73°83°
CMYK 0.000.730.18   0.17
XYZ35.773519.753740.9571
Yxy19.75370.37080.2047
Hunter Lab44.445165.8941-23.5254
CIE-Lab51.557669.8067-27.8945

#d339ac color RGB value is (211,57,172).

#d339ac hex color red value is 211, green value is 57 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d339ac hue: 0.88 , saturation: 0.64 and the lightness value of d339ac is 0.53.

The process color (four color CMYK) of #d339ac color hex is 0.00, 0.73, 0.18, 0.17. Web safe color of #d339ac is #cc3399. Color #d339ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00111001 10101100
Octal 323 71 254
Decimal 211 57 172
Hex D3 39 AC

RGB Percentages of Color #d339ac

%47.95
%12.95
%39.09

CMYK Percentages of Color #d339ac

%0
%73
%18
%17

Triadic Colors of #d339ac

#d339ac #acd339 #39acd3

Analogous Colors of #d339ac

#d339ac #d3395f #ad39d3

Monochromatic Colors of #d339ac

#d339ac

Complementary Color

#d339ac #39d360

#d339ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d339ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d339ac Color CSS Codes

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

#d339ac Text Font Color

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

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


#d339ac Background Color

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

This div background color is #d339ac


#d339ac Border Color

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

This div border color is #d339ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,57,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d339ac


Comments

No comments written yet.

Please login to write comment.