Color Hex Logo

#d47aea Color Hex

#D47AEA
(212,122,234)
0 Favorites   0 Comments

Color spaces of #d47aea

RGB 212122234
HSL0.800.730.70
HSV288°48°92°
CMYK 0.090.480.00   0.08
XYZ48.962233.856681.7963
Yxy33.85660.29740.2057
Hunter Lab58.186448.3764-42.6172
CIE-Lab64.848652.3299-42.4173

#d47aea color RGB value is (212,122,234).

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

The process color (four color CMYK) of #d47aea color hex is 0.09, 0.48, 0.00, 0.08. Web safe color of #d47aea is #cc66ff. Color #d47aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01111010 11101010
Octal 324 172 352
Decimal 212 122 234
Hex D4 7A EA

RGB Percentages of Color #d47aea

%37.32
%21.48
%41.20

CMYK Percentages of Color #d47aea

%9
%48
%0
%8

Triadic Colors of #d47aea

#d47aea #ead47a #7aead4

Analogous Colors of #d47aea

#d47aea #ea7ac8 #9c7aea

Monochromatic Colors of #d47aea

#d47aea

Complementary Color

#d47aea #90ea7a

#d47aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47aea Color CSS Codes

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

#d47aea Text Font Color

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

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


#d47aea Background Color

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

This div background color is #d47aea


#d47aea Border Color

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

This div border color is #d47aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47aea


Comments

No comments written yet.

Please login to write comment.