Color Hex Logo

#d15023 Color Hex

#D15023
(209,80,35)
0 Favorites   0 Comments

Color spaces of #d15023

RGB 2098035
HSL0.040.710.48
HSV16°83°82°
CMYK 0.000.620.83   0.18
XYZ29.466519.41403.7843
Yxy19.41400.55950.3686
Hunter Lab44.061342.266625.7507
CIE-Lab51.168148.884750.5383

#d15023 color RGB value is (209,80,35).

#d15023 hex color red value is 209, green value is 80 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #d15023 hue: 0.04 , saturation: 0.71 and the lightness value of d15023 is 0.48.

The process color (four color CMYK) of #d15023 color hex is 0.00, 0.62, 0.83, 0.18. Web safe color of #d15023 is #cc6633. Color #d15023 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010000 00100011
Octal 321 120 43
Decimal 209 80 35
Hex D1 50 23

RGB Percentages of Color #d15023

%64.51
%24.69
%10.80

CMYK Percentages of Color #d15023

%0
%62
%83
%18

Triadic Colors of #d15023

#d15023 #23d150 #5023d1

Analogous Colors of #d15023

#d15023 #d1a723 #d1234d

Monochromatic Colors of #d15023

#d15023

Complementary Color

#d15023 #23a4d1

#d15023 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15023 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15023 Color CSS Codes

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

#d15023 Text Font Color

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

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


#d15023 Background Color

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

This div background color is #d15023


#d15023 Border Color

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

This div border color is #d15023


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15023


Comments

No comments written yet.

Please login to write comment.