Color Hex Logo

#d67bad Color Hex

#D67BAD
(214,123,173)
0 Favorites   0 Comments

Color spaces of #d67bad

RGB 214123173
HSL0.910.530.66
HSV327°43°84°
CMYK 0.000.430.19   0.16
XYZ42.357331.479243.3788
Yxy31.47920.36140.2686
Hunter Lab56.106336.5720-6.5658
CIE-Lab62.910141.7852-11.1124

#d67bad color RGB value is (214,123,173).

#d67bad hex color red value is 214, green value is 123 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d67bad hue: 0.91 , saturation: 0.53 and the lightness value of d67bad is 0.66.

The process color (four color CMYK) of #d67bad color hex is 0.00, 0.43, 0.19, 0.16. Web safe color of #d67bad is #cc6699. Color #d67bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01111011 10101101
Octal 326 173 255
Decimal 214 123 173
Hex D6 7B AD

RGB Percentages of Color #d67bad

%41.96
%24.12
%33.92

CMYK Percentages of Color #d67bad

%0
%43
%19
%16

Triadic Colors of #d67bad

#d67bad #add67b #7badd6

Analogous Colors of #d67bad

#d67bad #d67b80 #d27bd6

Monochromatic Colors of #d67bad

#d67bad

Complementary Color

#d67bad #7bd6a4

#d67bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d67bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d67bad Color CSS Codes

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

#d67bad Text Font Color

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

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


#d67bad Background Color

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

This div background color is #d67bad


#d67bad Border Color

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

This div border color is #d67bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d67bad


Comments

No comments written yet.

Please login to write comment.