Color Hex Logo

#d45faa Color Hex

#D45FAA
(212,95,170)
0 Favorites   0 Comments

Color spaces of #d45faa

RGB 21295170
HSL0.890.580.60
HSV322°55°83°
CMYK 0.000.550.20   0.17
XYZ38.499325.083740.8427
Yxy25.08370.36870.2402
Hunter Lab50.083649.5666-13.2919
CIE-Lab57.156954.6173-18.1060

#d45faa color RGB value is (212,95,170).

#d45faa hex color red value is 212, green value is 95 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d45faa hue: 0.89 , saturation: 0.58 and the lightness value of d45faa is 0.60.

The process color (four color CMYK) of #d45faa color hex is 0.00, 0.55, 0.20, 0.17. Web safe color of #d45faa is #cc6699. Color #d45faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01011111 10101010
Octal 324 137 252
Decimal 212 95 170
Hex D4 5F AA

RGB Percentages of Color #d45faa

%44.44
%19.92
%35.64

CMYK Percentages of Color #d45faa

%0
%55
%20
%17

Triadic Colors of #d45faa

#d45faa #aad45f #5faad4

Analogous Colors of #d45faa

#d45faa #d45f70 #c45fd4

Monochromatic Colors of #d45faa

#d45faa

Complementary Color

#d45faa #5fd489

#d45faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d45faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d45faa Color CSS Codes

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

#d45faa Text Font Color

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

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


#d45faa Background Color

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

This div background color is #d45faa


#d45faa Border Color

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

This div border color is #d45faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d45faa


Comments

No comments written yet.

Please login to write comment.