Color Hex Logo

#d00537 Color Hex

#D00537
(208,5,55)
0 Favorites   0 Comments

Color spaces of #d00537

RGB 208555
HSL0.960.950.42
HSV345°98°82°
CMYK 0.000.980.74   0.18
XYZ26.756313.79434.8668
Yxy13.79430.58910.3037
Hunter Lab37.140763.596018.2293
CIE-Lab43.936569.345232.3606

#d00537 color RGB value is (208,5,55).

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

The process color (four color CMYK) of #d00537 color hex is 0.00, 0.98, 0.74, 0.18. Web safe color of #d00537 is #cc0033. Color #d00537 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000101 00110111
Octal 320 5 67
Decimal 208 5 55
Hex D0 5 37

RGB Percentages of Color #d00537

%77.61
%1.87
%20.52

CMYK Percentages of Color #d00537

%0
%98
%74
%18

Triadic Colors of #d00537

#d00537 #37d005 #0537d0

Analogous Colors of #d00537

#d00537 #d03805 #d0059d

Monochromatic Colors of #d00537

#d00537

Complementary Color

#d00537 #05d09e

#d00537 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00537 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00537 Color CSS Codes

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

#d00537 Text Font Color

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

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


#d00537 Background Color

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

This div background color is #d00537


#d00537 Border Color

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

This div border color is #d00537


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00537


Comments

No comments written yet.

Please login to write comment.