Color Hex Logo

#d00838 Color Hex

#D00838
(208,8,56)
0 Favorites   0 Comments

Color spaces of #d00838

RGB 208856
HSL0.960.930.42
HSV346°96°82°
CMYK 0.000.960.73   0.18
XYZ26.813113.86915.0052
Yxy13.86910.58690.3036
Hunter Lab37.241263.345018.1003
CIE-Lab44.044669.110731.8805

#d00838 color RGB value is (208,8,56).

#d00838 hex color red value is 208, green value is 8 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #d00838 hue: 0.96 , saturation: 0.93 and the lightness value of d00838 is 0.42.

The process color (four color CMYK) of #d00838 color hex is 0.00, 0.96, 0.73, 0.18. Web safe color of #d00838 is #cc0033. Color #d00838 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00001000 00111000
Octal 320 10 70
Decimal 208 8 56
Hex D0 8 38

RGB Percentages of Color #d00838

%76.47
%2.94
%20.59

CMYK Percentages of Color #d00838

%0
%96
%73
%18

Triadic Colors of #d00838

#d00838 #38d008 #0838d0

Analogous Colors of #d00838

#d00838 #d03c08 #d0089c

Monochromatic Colors of #d00838

#d00838

Complementary Color

#d00838 #08d0a0

#d00838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00838 Color CSS Codes

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

#d00838 Text Font Color

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

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


#d00838 Background Color

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

This div background color is #d00838


#d00838 Border Color

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

This div border color is #d00838


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00838


Comments

No comments written yet.

Please login to write comment.