Color Hex Logo

#d14538 Color Hex

#D14538
(209,69,56)
0 Favorites   0 Comments

Color spaces of #d14538

RGB 2096956
HSL0.010.620.52
HSV73°82°
CMYK 0.000.670.73   0.18
XYZ29.136418.09715.6988
Yxy18.09710.55040.3419
Hunter Lab42.540747.809621.8359
CIE-Lab49.613754.316438.3150

#d14538 color RGB value is (209,69,56).

#d14538 hex color red value is 209, green value is 69 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #d14538 hue: 0.01 , saturation: 0.62 and the lightness value of d14538 is 0.52.

The process color (four color CMYK) of #d14538 color hex is 0.00, 0.67, 0.73, 0.18. Web safe color of #d14538 is #cc3333. Color #d14538 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000101 00111000
Octal 321 105 70
Decimal 209 69 56
Hex D1 45 38

RGB Percentages of Color #d14538

%62.57
%20.66
%16.77

CMYK Percentages of Color #d14538

%0
%67
%73
%18

Triadic Colors of #d14538

#d14538 #38d145 #4538d1

Analogous Colors of #d14538

#d14538 #d19238 #d13878

Monochromatic Colors of #d14538

#d14538

Complementary Color

#d14538 #38c4d1

#d14538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14538 Color CSS Codes

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

#d14538 Text Font Color

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

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


#d14538 Background Color

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

This div background color is #d14538


#d14538 Border Color

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

This div border color is #d14538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14538


Comments

No comments written yet.

Please login to write comment.