Color Hex Logo

#d473bc Color Hex

#D473BC
(212,115,188)
0 Favorites   0 Comments

Color spaces of #d473bc

RGB 212115188
HSL0.870.530.64
HSV315°46°83°
CMYK 0.000.460.11   0.17
XYZ42.359229.889451.1136
Yxy29.88940.34340.2423
Hunter Lab54.671242.6271-17.1620
CIE-Lab61.558747.6160-21.7155

#d473bc color RGB value is (212,115,188).

#d473bc hex color red value is 212, green value is 115 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d473bc hue: 0.87 , saturation: 0.53 and the lightness value of d473bc is 0.64.

The process color (four color CMYK) of #d473bc color hex is 0.00, 0.46, 0.11, 0.17. Web safe color of #d473bc is #cc66cc. Color #d473bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110011 10111100
Octal 324 163 274
Decimal 212 115 188
Hex D4 73 BC

RGB Percentages of Color #d473bc

%41.17
%22.33
%36.50

CMYK Percentages of Color #d473bc

%0
%46
%11
%17

Triadic Colors of #d473bc

#d473bc #bcd473 #73bcd4

Analogous Colors of #d473bc

#d473bc #d4738c #bc73d4

Monochromatic Colors of #d473bc

#d473bc

Complementary Color

#d473bc #73d48b

#d473bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d473bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d473bc Color CSS Codes

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

#d473bc Text Font Color

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

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


#d473bc Background Color

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

This div background color is #d473bc


#d473bc Border Color

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

This div border color is #d473bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d473bc


Comments

No comments written yet.

Please login to write comment.