color codes Logo

#d7553e color codes

#D7553E
(215,85,62)
0 Favorites   0 Comments

Color spaces of #d7553e

RGB 2158562
HSL0.030.660.54
HSV71°84°
CMYK 0.000.600.71   0.16
XYZ32.142321.29196.9731
Yxy21.29190.53210.3525
Hunter Lab46.143143.588723.3404
CIE-Lab53.267549.783539.4092

#d7553e color RGB value is (215,85,62).

#d7553e hex color red value is 215, green value is 85 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #d7553e hue: 0.03 , saturation: 0.66 and the lightness value of d7553e is 0.54.

The process color (four color CMYK) of #d7553e color code is 0.00, 0.60, 0.71, 0.16. Web safe color of #d7553e is #cc6633. Color #d7553e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010101 00111110
Octal 327 125 76
Decimal 215 85 62
Hex D7 55 3E

RGB Percentages of Color #d7553e

%59.39
%23.48
%17.13

CMYK Percentages of Color #d7553e

%0
%60
%71
%16

Triadic Colors of #d7553e

#d7553e #3ed755 #553ed7

Analogous Colors of #d7553e

#d7553e #d7a23e #d73e74

Monochromatic Colors of #d7553e

#d7553e

Complementary Color

#d7553e #3ec0d7

#d7553e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7553e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7553e Color CSS Codes

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

#d7553e Text Font Color

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

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


#d7553e Background Color

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

This div background color is #d7553e


#d7553e Border Color

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

This div border color is #d7553e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7553e


Comments

No comments written yet.

Please login to write comment.