Color Hex Logo

#d54aca Color Hex

#D54ACA
(213,74,202)
0 Favorites   0 Comments

Color spaces of #d54aca

RGB 21374202
HSL0.850.620.56
HSV305°65°84°
CMYK 0.000.650.05   0.16
XYZ40.550023.308058.2388
Yxy23.30800.33210.1909
Hunter Lab48.278465.4387-37.7274
CIE-Lab55.388268.6962-39.2651

#d54aca color RGB value is (213,74,202).

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

The process color (four color CMYK) of #d54aca color hex is 0.00, 0.65, 0.05, 0.16. Web safe color of #d54aca is #cc33cc. Color #d54aca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001010 11001010
Octal 325 112 312
Decimal 213 74 202
Hex D5 4A CA

RGB Percentages of Color #d54aca

%43.56
%15.13
%41.31

CMYK Percentages of Color #d54aca

%0
%65
%5
%16

Triadic Colors of #d54aca

#d54aca #cad54a #4acad5

Analogous Colors of #d54aca

#d54aca #d54a85 #9b4ad5

Monochromatic Colors of #d54aca

#d54aca

Complementary Color

#d54aca #4ad555

#d54aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54aca Color CSS Codes

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

#d54aca Text Font Color

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

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


#d54aca Background Color

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

This div background color is #d54aca


#d54aca Border Color

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

This div border color is #d54aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54aca


Comments

No comments written yet.

Please login to write comment.