Color Hex Logo

#d14cab Color Hex

#D14CAB
(209,76,171)
0 Favorites   0 Comments

Color spaces of #d14cab

RGB 20976171
HSL0.880.590.56
HSV317°64°82°
CMYK 0.000.640.18   0.18
XYZ36.229621.664540.8002
Yxy21.66450.36710.2195
Hunter Lab46.545157.4860-19.3904
CIE-Lab53.669262.2326-24.0692

#d14cab color RGB value is (209,76,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001100 10101011
Octal 321 114 253
Decimal 209 76 171
Hex D1 4C AB

RGB Percentages of Color #d14cab

%45.83
%16.67
%37.50

CMYK Percentages of Color #d14cab

%0
%64
%18
%18

Triadic Colors of #d14cab

#d14cab #abd14c #4cabd1

Analogous Colors of #d14cab

#d14cab #d14c69 #b54cd1

Monochromatic Colors of #d14cab

#d14cab

Complementary Color

#d14cab #4cd172

#d14cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14cab Color CSS Codes

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

#d14cab Text Font Color

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

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


#d14cab Background Color

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

This div background color is #d14cab


#d14cab Border Color

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

This div border color is #d14cab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,76,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14cab


Comments

No comments written yet.

Please login to write comment.