Color Hex Logo

#d0621c Color Hex

#D0621C
(208,98,28)
0 Favorites   0 Comments

Color spaces of #d0621c

RGB 2089828
HSL0.060.760.46
HSV23°87°82°
CMYK 0.000.530.87   0.18
XYZ30.589722.22913.7770
Yxy22.22910.54050.3928
Hunter Lab47.147733.303228.2537
CIE-Lab54.269239.763955.9271

#d0621c color RGB value is (208,98,28).

#d0621c hex color red value is 208, green value is 98 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #d0621c hue: 0.06 , saturation: 0.76 and the lightness value of d0621c is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100010 00011100
Octal 320 142 34
Decimal 208 98 28
Hex D0 62 1C

RGB Percentages of Color #d0621c

%62.28
%29.34
%8.38

CMYK Percentages of Color #d0621c

%0
%53
%87
%18

Triadic Colors of #d0621c

#d0621c #1cd062 #621cd0

Analogous Colors of #d0621c

#d0621c #d0bc1c #d01c30

Monochromatic Colors of #d0621c

#d0621c

Complementary Color

#d0621c #1c8ad0

#d0621c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0621c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0621c Color CSS Codes

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

#d0621c Text Font Color

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

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


#d0621c Background Color

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

This div background color is #d0621c


#d0621c Border Color

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

This div border color is #d0621c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,98,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0621c


Comments

No comments written yet.

Please login to write comment.