Color Hex Logo

#d33249 Color Hex

#D33249
(211,50,73)
0 Favorites   0 Comments

Color spaces of #d33249

RGB 2115073
HSL0.980.650.51
HSV351°76°83°
CMYK 0.000.760.65   0.17
XYZ29.207216.61117.9702
Yxy16.61110.54300.3088
Hunter Lab40.756756.592916.9352
CIE-Lab47.766262.552326.2789

#d33249 color RGB value is (211,50,73).

#d33249 hex color red value is 211, green value is 50 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #d33249 hue: 0.98 , saturation: 0.65 and the lightness value of d33249 is 0.51.

The process color (four color CMYK) of #d33249 color hex is 0.00, 0.76, 0.65, 0.17. Web safe color of #d33249 is #cc3333. Color #d33249 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110010 01001001
Octal 323 62 111
Decimal 211 50 73
Hex D3 32 49

RGB Percentages of Color #d33249

%63.17
%14.97
%21.86

CMYK Percentages of Color #d33249

%0
%76
%65
%17

Triadic Colors of #d33249

#d33249 #49d332 #3249d3

Analogous Colors of #d33249

#d33249 #d36c32 #d3329a

Monochromatic Colors of #d33249

#d33249

Complementary Color

#d33249 #32d3bc

#d33249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d33249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d33249 Color CSS Codes

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

#d33249 Text Font Color

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

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


#d33249 Background Color

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

This div background color is #d33249


#d33249 Border Color

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

This div border color is #d33249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d33249


Comments

No comments written yet.

Please login to write comment.