Color Hex Logo

#d739aa Color Hex

#D739AA
(215,57,170)
0 Favorites   0 Comments

Color spaces of #d739aa

RGB 21557170
HSL0.880.660.53
HSV317°73°84°
CMYK 0.000.730.21   0.16
XYZ36.743220.275640.0072
Yxy20.27560.37870.2090
Hunter Lab45.028466.8562-21.1585
CIE-Lab52.147470.4972-25.7528

#d739aa color RGB value is (215,57,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00111001 10101010
Octal 327 71 252
Decimal 215 57 170
Hex D7 39 AA

RGB Percentages of Color #d739aa

%48.64
%12.90
%38.46

CMYK Percentages of Color #d739aa

%0
%73
%21
%16

Triadic Colors of #d739aa

#d739aa #aad739 #39aad7

Analogous Colors of #d739aa

#d739aa #d7395b #b539d7

Monochromatic Colors of #d739aa

#d739aa

Complementary Color

#d739aa #39d766

#d739aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d739aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d739aa Color CSS Codes

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

#d739aa Text Font Color

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

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


#d739aa Background Color

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

This div background color is #d739aa


#d739aa Border Color

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

This div border color is #d739aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d739aa


Comments

No comments written yet.

Please login to write comment.