Color Hex Logo

#d14cba Color Hex

#D14CBA
(209,76,186)
0 Favorites   0 Comments

Color spaces of #d14cba

RGB 20976186
HSL0.860.590.56
HSV310°64°82°
CMYK 0.000.640.11   0.18
XYZ37.741922.269448.7636
Yxy22.26940.34700.2047
Hunter Lab47.190560.1771-28.2332
CIE-Lab54.311764.4390-31.7907

#d14cba color RGB value is (209,76,186).

#d14cba hex color red value is 209, green value is 76 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d14cba hue: 0.86 , saturation: 0.59 and the lightness value of d14cba is 0.56.

The process color (four color CMYK) of #d14cba color hex is 0.00, 0.64, 0.11, 0.18. Web safe color of #d14cba is #cc33cc. Color #d14cba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001100 10111010
Octal 321 114 272
Decimal 209 76 186
Hex D1 4C BA

RGB Percentages of Color #d14cba

%44.37
%16.14
%39.49

CMYK Percentages of Color #d14cba

%0
%64
%11
%18

Triadic Colors of #d14cba

#d14cba #bad14c #4cbad1

Analogous Colors of #d14cba

#d14cba #d14c78 #a64cd1

Monochromatic Colors of #d14cba

#d14cba

Complementary Color

#d14cba #4cd163

#d14cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14cba Color CSS Codes

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

#d14cba Text Font Color

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

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


#d14cba Background Color

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

This div background color is #d14cba


#d14cba Border Color

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

This div border color is #d14cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14cba


Comments

No comments written yet.

Please login to write comment.