Color Hex Logo

#d45eaa Color Hex

#D45EAA
(212,94,170)
0 Favorites   0 Comments

Color spaces of #d45eaa

RGB 21294170
HSL0.890.580.60
HSV321°56°83°
CMYK 0.000.560.20   0.17
XYZ38.409824.904740.8129
Yxy24.90470.36890.2392
Hunter Lab49.904650.0520-13.5552
CIE-Lab56.982455.0823-18.3717

#d45eaa color RGB value is (212,94,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01011110 10101010
Octal 324 136 252
Decimal 212 94 170
Hex D4 5E AA

RGB Percentages of Color #d45eaa

%44.54
%19.75
%35.71

CMYK Percentages of Color #d45eaa

%0
%56
%20
%17

Triadic Colors of #d45eaa

#d45eaa #aad45e #5eaad4

Analogous Colors of #d45eaa

#d45eaa #d45e6f #c35ed4

Monochromatic Colors of #d45eaa

#d45eaa

Complementary Color

#d45eaa #5ed488

#d45eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d45eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d45eaa Color CSS Codes

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

#d45eaa Text Font Color

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

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


#d45eaa Background Color

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

This div background color is #d45eaa


#d45eaa Border Color

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

This div border color is #d45eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d45eaa


Comments

No comments written yet.

Please login to write comment.