Color Hex Logo

#d739ac Color Hex

#D739AC
(215,57,172)
0 Favorites   0 Comments

Color spaces of #d739ac

RGB 21557172
HSL0.880.660.53
HSV316°73°84°
CMYK 0.000.730.20   0.16
XYZ36.933920.351941.0114
Yxy20.35190.37570.2070
Hunter Lab45.113167.1894-22.3202
CIE-Lab52.232870.7583-26.7942

#d739ac color RGB value is (215,57,172).

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

The process color (four color CMYK) of #d739ac color hex is 0.00, 0.73, 0.20, 0.16. Web safe color of #d739ac is #cc3399. Color #d739ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00111001 10101100
Octal 327 71 254
Decimal 215 57 172
Hex D7 39 AC

RGB Percentages of Color #d739ac

%48.42
%12.84
%38.74

CMYK Percentages of Color #d739ac

%0
%73
%20
%16

Triadic Colors of #d739ac

#d739ac #acd739 #39acd7

Analogous Colors of #d739ac

#d739ac #d7395d #b339d7

Monochromatic Colors of #d739ac

#d739ac

Complementary Color

#d739ac #39d764

#d739ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d739ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d739ac Color CSS Codes

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

#d739ac Text Font Color

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

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


#d739ac Background Color

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

This div background color is #d739ac


#d739ac Border Color

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

This div border color is #d739ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d739ac


Comments

No comments written yet.

Please login to write comment.