Color Hex Logo

#d673bc Color Hex

#D673BC
(214,115,188)
0 Favorites   0 Comments

Color spaces of #d673bc

RGB 214115188
HSL0.880.550.65
HSV316°46°84°
CMYK 0.000.460.12   0.16
XYZ42.939430.188451.1408
Yxy30.18840.34550.2429
Hunter Lab54.944043.3480-16.7252
CIE-Lab61.816448.2408-21.2987

#d673bc color RGB value is (214,115,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110011 10111100
Octal 326 163 274
Decimal 214 115 188
Hex D6 73 BC

RGB Percentages of Color #d673bc

%41.39
%22.24
%36.36

CMYK Percentages of Color #d673bc

%0
%46
%12
%16

Triadic Colors of #d673bc

#d673bc #bcd673 #73bcd6

Analogous Colors of #d673bc

#d673bc #d6738b #bf73d6

Monochromatic Colors of #d673bc

#d673bc

Complementary Color

#d673bc #73d68d

#d673bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d673bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d673bc Color CSS Codes

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

#d673bc Text Font Color

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

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


#d673bc Background Color

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

This div background color is #d673bc


#d673bc Border Color

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

This div border color is #d673bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d673bc


Comments

No comments written yet.

Please login to write comment.