Color Hex Logo

#d473da Color Hex

#D473DA
(212,115,218)
0 Favorites   0 Comments

Color spaces of #d473da

RGB 212115218
HSL0.820.580.65
HSV297°47°85°
CMYK 0.030.470.00   0.15
XYZ45.937031.320569.9540
Yxy31.32050.31200.2128
Hunter Lab55.964748.5782-34.9352
CIE-Lab62.777352.8269-36.7533

#d473da color RGB value is (212,115,218).

#d473da hex color red value is 212, green value is 115 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d473da hue: 0.82 , saturation: 0.58 and the lightness value of d473da is 0.65.

The process color (four color CMYK) of #d473da color hex is 0.03, 0.47, 0.00, 0.15. Web safe color of #d473da is #cc66cc. Color #d473da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110011 11011010
Octal 324 163 332
Decimal 212 115 218
Hex D4 73 DA

RGB Percentages of Color #d473da

%38.90
%21.10
%40.00

CMYK Percentages of Color #d473da

%3
%47
%0
%15

Triadic Colors of #d473da

#d473da #dad473 #73dad4

Analogous Colors of #d473da

#d473da #da73ad #a173da

Monochromatic Colors of #d473da

#d473da

Complementary Color

#d473da #79da73

#d473da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d473da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d473da Color CSS Codes

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

#d473da Text Font Color

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

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


#d473da Background Color

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

This div background color is #d473da


#d473da Border Color

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

This div border color is #d473da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d473da


Comments

No comments written yet.

Please login to write comment.