Color Hex Logo

#d673ba Color Hex

#D673BA
(214,115,186)
0 Favorites   0 Comments

Color spaces of #d673ba

RGB 214115186
HSL0.880.550.65
HSV317°46°84°
CMYK 0.000.460.13   0.16
XYZ42.725230.102850.0129
Yxy30.10280.34780.2451
Hunter Lab54.866042.9858-15.6393
CIE-Lab61.742847.9191-20.2742

#d673ba color RGB value is (214,115,186).

#d673ba hex color red value is 214, green value is 115 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d673ba hue: 0.88 , saturation: 0.55 and the lightness value of d673ba is 0.65.

The process color (four color CMYK) of #d673ba color hex is 0.00, 0.46, 0.13, 0.16. Web safe color of #d673ba is #cc66cc. Color #d673ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110011 10111010
Octal 326 163 272
Decimal 214 115 186
Hex D6 73 BA

RGB Percentages of Color #d673ba

%41.55
%22.33
%36.12

CMYK Percentages of Color #d673ba

%0
%46
%13
%16

Triadic Colors of #d673ba

#d673ba #bad673 #73bad6

Analogous Colors of #d673ba

#d673ba #d67389 #c173d6

Monochromatic Colors of #d673ba

#d673ba

Complementary Color

#d673ba #73d68f

#d673ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d673ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d673ba Color CSS Codes

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

#d673ba Text Font Color

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

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


#d673ba Background Color

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

This div background color is #d673ba


#d673ba Border Color

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

This div border color is #d673ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d673ba


Comments

No comments written yet.

Please login to write comment.