Color Hex Logo

#d748aa Color Hex

#D748AA
(215,72,170)
0 Favorites   0 Comments

Color spaces of #d748aa

RGB 21572170
HSL0.890.640.56
HSV319°67°84°
CMYK 0.000.670.21   0.16
XYZ37.597421.984140.2920
Yxy21.98410.37650.2201
Hunter Lab46.887261.0810-18.1292
CIE-Lab54.010165.2692-22.8802

#d748aa color RGB value is (215,72,170).

#d748aa hex color red value is 215, green value is 72 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d748aa hue: 0.89 , saturation: 0.64 and the lightness value of d748aa is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001000 10101010
Octal 327 110 252
Decimal 215 72 170
Hex D7 48 AA

RGB Percentages of Color #d748aa

%47.05
%15.75
%37.20

CMYK Percentages of Color #d748aa

%0
%67
%21
%16

Triadic Colors of #d748aa

#d748aa #aad748 #48aad7

Analogous Colors of #d748aa

#d748aa #d74862 #bd48d7

Monochromatic Colors of #d748aa

#d748aa

Complementary Color

#d748aa #48d775

#d748aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d748aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d748aa Color CSS Codes

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

#d748aa Text Font Color

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

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


#d748aa Background Color

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

This div background color is #d748aa


#d748aa Border Color

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

This div border color is #d748aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d748aa


Comments

No comments written yet.

Please login to write comment.