Color Hex Logo

#d04023 Color Hex

#D04023
(208,64,35)
0 Favorites   0 Comments

Color spaces of #d04023

RGB 2086435
HSL0.030.710.48
HSV10°83°82°
CMYK 0.000.690.83   0.18
XYZ28.149217.19803.4260
Yxy17.19800.57710.3526
Hunter Lab41.470548.588424.1312
CIE-Lab48.508655.228448.0815

#d04023 color RGB value is (208,64,35).

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

The process color (four color CMYK) of #d04023 color hex is 0.00, 0.69, 0.83, 0.18. Web safe color of #d04023 is #cc3333. Color #d04023 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000000 00100011
Octal 320 100 43
Decimal 208 64 35
Hex D0 40 23

RGB Percentages of Color #d04023

%67.75
%20.85
%11.40

CMYK Percentages of Color #d04023

%0
%69
%83
%18

Triadic Colors of #d04023

#d04023 #23d040 #4023d0

Analogous Colors of #d04023

#d04023 #d09723 #d0235c

Monochromatic Colors of #d04023

#d04023

Complementary Color

#d04023 #23b3d0

#d04023 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04023 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04023 Color CSS Codes

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

#d04023 Text Font Color

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

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


#d04023 Background Color

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

This div background color is #d04023


#d04023 Border Color

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

This div border color is #d04023


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04023


Comments

No comments written yet.

Please login to write comment.