Color Hex Logo

#d33848 Color Hex

#D33848
(211,56,72)
0 Favorites   0 Comments

Color spaces of #d33848

RGB 2115672
HSL0.980.640.52
HSV354°73°83°
CMYK 0.000.730.66   0.17
XYZ29.447817.14517.8882
Yxy17.14510.54050.3147
Hunter Lab41.406654.485017.6896
CIE-Lab48.442360.562027.7325

#d33848 color RGB value is (211,56,72).

#d33848 hex color red value is 211, green value is 56 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #d33848 hue: 0.98 , saturation: 0.64 and the lightness value of d33848 is 0.52.

The process color (four color CMYK) of #d33848 color hex is 0.00, 0.73, 0.66, 0.17. Web safe color of #d33848 is #cc3333. Color #d33848 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00111000 01001000
Octal 323 70 110
Decimal 211 56 72
Hex D3 38 48

RGB Percentages of Color #d33848

%62.24
%16.52
%21.24

CMYK Percentages of Color #d33848

%0
%73
%66
%17

Triadic Colors of #d33848

#d33848 #48d338 #3848d3

Analogous Colors of #d33848

#d33848 #d37638 #d33896

Monochromatic Colors of #d33848

#d33848

Complementary Color

#d33848 #38d3c3

#d33848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d33848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d33848 Color CSS Codes

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

#d33848 Text Font Color

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

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


#d33848 Background Color

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

This div background color is #d33848


#d33848 Border Color

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

This div border color is #d33848


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d33848


Comments

No comments written yet.

Please login to write comment.