Color Hex Logo

#d46aca Color Hex

#D46ACA
(212,106,202)
0 Favorites   0 Comments

Color spaces of #d46aca

RGB 212106202
HSL0.850.550.62
HSV306°50°83°
CMYK 0.000.500.05   0.17
XYZ42.966128.569459.1270
Yxy28.56940.32880.2187
Hunter Lab53.450449.9492-28.1716
CIE-Lab60.399754.4269-31.4457

#d46aca color RGB value is (212,106,202).

#d46aca hex color red value is 212, green value is 106 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d46aca hue: 0.85 , saturation: 0.55 and the lightness value of d46aca is 0.62.

The process color (four color CMYK) of #d46aca color hex is 0.00, 0.50, 0.05, 0.17. Web safe color of #d46aca is #cc66cc. Color #d46aca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01101010 11001010
Octal 324 152 312
Decimal 212 106 202
Hex D4 6A CA

RGB Percentages of Color #d46aca

%40.77
%20.38
%38.85

CMYK Percentages of Color #d46aca

%0
%50
%5
%17

Triadic Colors of #d46aca

#d46aca #cad46a #6acad4

Analogous Colors of #d46aca

#d46aca #d46a95 #a96ad4

Monochromatic Colors of #d46aca

#d46aca

Complementary Color

#d46aca #6ad474

#d46aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d46aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d46aca Color CSS Codes

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

#d46aca Text Font Color

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

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


#d46aca Background Color

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

This div background color is #d46aca


#d46aca Border Color

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

This div border color is #d46aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d46aca


Comments

No comments written yet.

Please login to write comment.