Color Hex Logo

#d83241 Color Hex

#D83241
(216,50,65)
0 Favorites   0 Comments

Color spaces of #d83241

RGB 2165065
HSL0.980.680.52
HSV355°77°85°
CMYK 0.000.770.70   0.15
XYZ30.413617.26186.7299
Yxy17.26180.55900.3173
Hunter Lab41.547357.958319.4792
CIE-Lab48.588263.592332.2827

#d83241 color RGB value is (216,50,65).

#d83241 hex color red value is 216, green value is 50 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #d83241 hue: 0.98 , saturation: 0.68 and the lightness value of d83241 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110010 01000001
Octal 330 62 101
Decimal 216 50 65
Hex D8 32 41

RGB Percentages of Color #d83241

%65.26
%15.11
%19.64

CMYK Percentages of Color #d83241

%0
%77
%70
%15

Triadic Colors of #d83241

#d83241 #41d832 #3241d8

Analogous Colors of #d83241

#d83241 #d87632 #d83294

Monochromatic Colors of #d83241

#d83241

Complementary Color

#d83241 #32d8c9

#d83241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83241 Color CSS Codes

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

#d83241 Text Font Color

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

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


#d83241 Background Color

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

This div background color is #d83241


#d83241 Border Color

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

This div border color is #d83241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83241


Comments

No comments written yet.

Please login to write comment.