Color Hex Logo

#d77330 Color Hex

#D77330
(215,115,48)
0 Favorites   0 Comments

Color spaces of #d77330

RGB 21511548
HSL0.070.680.52
HSV24°78°84°
CMYK 0.000.470.78   0.16
XYZ34.688626.92196.1645
Yxy26.92190.51180.3972
Hunter Lab51.886328.535129.2763
CIE-Lab58.902034.463052.3446

#d77330 color RGB value is (215,115,48).

#d77330 hex color red value is 215, green value is 115 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #d77330 hue: 0.07 , saturation: 0.68 and the lightness value of d77330 is 0.52.

The process color (four color CMYK) of #d77330 color hex is 0.00, 0.47, 0.78, 0.16. Web safe color of #d77330 is #cc6633. Color #d77330 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110011 00110000
Octal 327 163 60
Decimal 215 115 48
Hex D7 73 30

RGB Percentages of Color #d77330

%56.88
%30.42
%12.70

CMYK Percentages of Color #d77330

%0
%47
%78
%16

Triadic Colors of #d77330

#d77330 #30d773 #7330d7

Analogous Colors of #d77330

#d77330 #d7c730 #d73040

Monochromatic Colors of #d77330

#d77330

Complementary Color

#d77330 #3094d7

#d77330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77330 Color CSS Codes

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

#d77330 Text Font Color

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

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


#d77330 Background Color

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

This div background color is #d77330


#d77330 Border Color

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

This div border color is #d77330


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,115,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d77330; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d77330;
  -webkit-box-shadow: 1px 1px 3px 2px #d77330;
  box-shadow:         1px 1px 3px 2px #d77330; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,115,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77330

#d77330 Color Palettes


Comments

No comments written yet.

Please login to write comment.