Color Hex Logo

#d14835 Color Hex

#D14835
(209,72,53)
0 Favorites   0 Comments

Color spaces of #d14835

RGB 2097253
HSL0.020.630.51
HSV75°82°
CMYK 0.000.660.75   0.18
XYZ29.254518.44715.3869
Yxy18.44710.55110.3475
Hunter Lab42.950146.418722.6288
CIE-Lab50.034052.959740.4302

#d14835 color RGB value is (209,72,53).

#d14835 hex color red value is 209, green value is 72 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #d14835 hue: 0.02 , saturation: 0.63 and the lightness value of d14835 is 0.51.

The process color (four color CMYK) of #d14835 color hex is 0.00, 0.66, 0.75, 0.18. Web safe color of #d14835 is #cc3333. Color #d14835 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001000 00110101
Octal 321 110 65
Decimal 209 72 53
Hex D1 48 35

RGB Percentages of Color #d14835

%62.57
%21.56
%15.87

CMYK Percentages of Color #d14835

%0
%66
%75
%18

Triadic Colors of #d14835

#d14835 #35d148 #4835d1

Analogous Colors of #d14835

#d14835 #d19635 #d13570

Monochromatic Colors of #d14835

#d14835

Complementary Color

#d14835 #35bed1

#d14835 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14835 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14835 Color CSS Codes

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

#d14835 Text Font Color

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

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


#d14835 Background Color

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

This div background color is #d14835


#d14835 Border Color

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

This div border color is #d14835


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14835

#d14835 Color Palettes


Comments

No comments written yet.

Please login to write comment.