Color Hex Logo

#d47aee Color Hex

#D47AEE
(212,122,238)
0 Favorites   0 Comments

Color spaces of #d47aee

RGB 212122238
HSL0.800.770.71
HSV287°49°93°
CMYK 0.110.490.00   0.07
XYZ49.543534.089284.8576
Yxy34.08920.29400.2023
Hunter Lab58.386049.2910-45.3014
CIE-Lab65.033353.1137-44.3393

#d47aee color RGB value is (212,122,238).

#d47aee hex color red value is 212, green value is 122 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d47aee hue: 0.80 , saturation: 0.77 and the lightness value of d47aee is 0.71.

The process color (four color CMYK) of #d47aee color hex is 0.11, 0.49, 0.00, 0.07. Web safe color of #d47aee is #cc66ff. Color #d47aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01111010 11101110
Octal 324 172 356
Decimal 212 122 238
Hex D4 7A EE

RGB Percentages of Color #d47aee

%37.06
%21.33
%41.61

CMYK Percentages of Color #d47aee

%11
%49
%0
%7

Triadic Colors of #d47aee

#d47aee #eed47a #7aeed4

Analogous Colors of #d47aee

#d47aee #ee7ace #9a7aee

Monochromatic Colors of #d47aee

#d47aee

Complementary Color

#d47aee #94ee7a

#d47aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47aee Color CSS Codes

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

#d47aee Text Font Color

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

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


#d47aee Background Color

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

This div background color is #d47aee


#d47aee Border Color

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

This div border color is #d47aee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,122,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47aee


Comments

No comments written yet.

Please login to write comment.