Color Hex Logo

#d16235 Color Hex

#D16235
(209,98,53)
0 Favorites   0 Comments

Color spaces of #d16235

RGB 2099853
HSL0.050.630.51
HSV17°75°82°
CMYK 0.000.530.75   0.18
XYZ31.304822.54776.0704
Yxy22.54770.52240.3763
Hunter Lab47.484434.581025.6595
CIE-Lab54.603440.973245.3260

#d16235 color RGB value is (209,98,53).

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

The process color (four color CMYK) of #d16235 color hex is 0.00, 0.53, 0.75, 0.18. Web safe color of #d16235 is #cc6633. Color #d16235 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100010 00110101
Octal 321 142 65
Decimal 209 98 53
Hex D1 62 35

RGB Percentages of Color #d16235

%58.06
%27.22
%14.72

CMYK Percentages of Color #d16235

%0
%53
%75
%18

Triadic Colors of #d16235

#d16235 #35d162 #6235d1

Analogous Colors of #d16235

#d16235 #d1b035 #d13556

Monochromatic Colors of #d16235

#d16235

Complementary Color

#d16235 #35a4d1

#d16235 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16235 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16235 Color CSS Codes

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

#d16235 Text Font Color

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

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


#d16235 Background Color

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

This div background color is #d16235


#d16235 Border Color

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

This div border color is #d16235


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,98,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 #d16235">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16235


Comments

No comments written yet.

Please login to write comment.