Color Hex Logo

#d14254 Color Hex

#D14254
(209,66,84)
0 Favorites   0 Comments

Color spaces of #d14254

RGB 2096684
HSL0.980.610.54
HSV352°68°82°
CMYK 0.000.680.60   0.18
XYZ29.842918.091810.3067
Yxy18.09180.51240.3106
Hunter Lab42.534550.803315.4073
CIE-Lab49.607357.047221.9674

#d14254 color RGB value is (209,66,84).

#d14254 hex color red value is 209, green value is 66 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #d14254 hue: 0.98 , saturation: 0.61 and the lightness value of d14254 is 0.54.

The process color (four color CMYK) of #d14254 color hex is 0.00, 0.68, 0.60, 0.18. Web safe color of #d14254 is #cc3366. Color #d14254 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000010 01010100
Octal 321 102 124
Decimal 209 66 84
Hex D1 42 54

RGB Percentages of Color #d14254

%58.22
%18.38
%23.40

CMYK Percentages of Color #d14254

%0
%68
%60
%18

Triadic Colors of #d14254

#d14254 #54d142 #4254d1

Analogous Colors of #d14254

#d14254 #d17842 #d1429c

Monochromatic Colors of #d14254

#d14254

Complementary Color

#d14254 #42d1bf

#d14254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14254 Color CSS Codes

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

#d14254 Text Font Color

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

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


#d14254 Background Color

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

This div background color is #d14254


#d14254 Border Color

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

This div border color is #d14254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14254


Comments

No comments written yet.

Please login to write comment.