Color Hex Logo

#d14769 Color Hex

#D14769
(209,71,105)
0 Favorites   0 Comments

Color spaces of #d14769

RGB 20971105
HSL0.960.600.55
HSV345°66°82°
CMYK 0.000.660.50   0.18
XYZ31.097519.081715.4087
Yxy19.08170.47410.2909
Hunter Lab43.682650.62909.6637
CIE-Lab50.782756.677910.9191

#d14769 color RGB value is (209,71,105).

#d14769 hex color red value is 209, green value is 71 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #d14769 hue: 0.96 , saturation: 0.60 and the lightness value of d14769 is 0.55.

The process color (four color CMYK) of #d14769 color hex is 0.00, 0.66, 0.50, 0.18. Web safe color of #d14769 is #cc3366. Color #d14769 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000111 01101001
Octal 321 107 151
Decimal 209 71 105
Hex D1 47 69

RGB Percentages of Color #d14769

%54.29
%18.44
%27.27

CMYK Percentages of Color #d14769

%0
%66
%50
%18

Triadic Colors of #d14769

#d14769 #69d147 #4769d1

Analogous Colors of #d14769

#d14769 #d16a47 #d147ae

Monochromatic Colors of #d14769

#d14769

Complementary Color

#d14769 #47d1af

#d14769 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14769 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14769 Color CSS Codes

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

#d14769 Text Font Color

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

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


#d14769 Background Color

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

This div background color is #d14769


#d14769 Border Color

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

This div border color is #d14769


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14769


Comments

No comments written yet.

Please login to write comment.