Color Hex Logo

#d93838 Color Hex

#D93838
(217,56,56)
0 Favorites   0 Comments

Color spaces of #d93838

RGB 2175656
HSL0.000.680.54
HSV74°85°
CMYK 0.000.740.74   0.15
XYZ30.743317.86565.5694
Yxy17.86560.56740.3298
Hunter Lab42.267755.862921.7751
CIE-Lab49.332761.614738.4012

#d93838 color RGB value is (217,56,56).

#d93838 hex color red value is 217, green value is 56 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #d93838 hue: 0.00 , saturation: 0.68 and the lightness value of d93838 is 0.54.

The process color (four color CMYK) of #d93838 color hex is 0.00, 0.74, 0.74, 0.15. Web safe color of #d93838 is #cc3333. Color #d93838 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00111000 00111000
Octal 331 70 70
Decimal 217 56 56
Hex D9 38 38

RGB Percentages of Color #d93838

%65.96
%17.02
%17.02

CMYK Percentages of Color #d93838

%0
%74
%74
%15

Triadic Colors of #d93838

#d93838 #38d938 #3838d9

Analogous Colors of #d93838

#d93838 #d98938 #d93889

Monochromatic Colors of #d93838

#d93838

Complementary Color

#d93838 #38d9d9

#d93838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d93838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d93838 Color CSS Codes

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

#d93838 Text Font Color

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

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


#d93838 Background Color

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

This div background color is #d93838


#d93838 Border Color

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

This div border color is #d93838


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d93838


Comments

No comments written yet.

Please login to write comment.