Color Hex Logo

#d673be Color Hex

#D673BE
(214,115,190)
0 Favorites   0 Comments

Color spaces of #d673be

RGB 214115190
HSL0.870.550.65
HSV315°46°84°
CMYK 0.000.460.11   0.16
XYZ43.156630.275352.2843
Yxy30.27530.34330.2408
Hunter Lab55.023043.7140-17.8228
CIE-Lab61.891048.5650-22.3202

#d673be color RGB value is (214,115,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110011 10111110
Octal 326 163 276
Decimal 214 115 190
Hex D6 73 BE

RGB Percentages of Color #d673be

%41.23
%22.16
%36.61

CMYK Percentages of Color #d673be

%0
%46
%11
%16

Triadic Colors of #d673be

#d673be #bed673 #73bed6

Analogous Colors of #d673be

#d673be #d6738d #bd73d6

Monochromatic Colors of #d673be

#d673be

Complementary Color

#d673be #73d68b

#d673be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d673be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d673be Color CSS Codes

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

#d673be Text Font Color

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

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


#d673be Background Color

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

This div background color is #d673be


#d673be Border Color

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

This div border color is #d673be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d673be


Comments

No comments written yet.

Please login to write comment.