Color Hex Logo

#d14963 Color Hex

#D14963
(209,73,99)
0 Favorites   0 Comments

Color spaces of #d14963

RGB 2097399
HSL0.970.600.55
HSV349°65°82°
CMYK 0.000.650.53   0.18
XYZ30.929219.221213.8843
Yxy19.22120.48300.3002
Hunter Lab43.842049.202911.9129
CIE-Lab50.945055.355514.7560

#d14963 color RGB value is (209,73,99).

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

The process color (four color CMYK) of #d14963 color hex is 0.00, 0.65, 0.53, 0.18. Web safe color of #d14963 is #cc3366. Color #d14963 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001001 01100011
Octal 321 111 143
Decimal 209 73 99
Hex D1 49 63

RGB Percentages of Color #d14963

%54.86
%19.16
%25.98

CMYK Percentages of Color #d14963

%0
%65
%53
%18

Triadic Colors of #d14963

#d14963 #63d149 #4963d1

Analogous Colors of #d14963

#d14963 #d17349 #d149a7

Monochromatic Colors of #d14963

#d14963

Complementary Color

#d14963 #49d1b7

#d14963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14963 Color CSS Codes

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

#d14963 Text Font Color

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

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


#d14963 Background Color

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

This div background color is #d14963


#d14963 Border Color

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

This div border color is #d14963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14963


Comments

No comments written yet.

Please login to write comment.