color codes Logo

#d5752c color codes

#D5752C
(213,117,44)
0 Favorites   0 Comments

Color spaces of #d5752c

RGB 21311744
HSL0.070.670.50
HSV26°79°84°
CMYK 0.000.450.79   0.16
XYZ34.256527.05065.7986
Yxy27.05060.51050.4031
Hunter Lab52.010226.551129.7969
CIE-Lab59.021132.459554.1006

#d5752c color RGB value is (213,117,44).

#d5752c hex color red value is 213, green value is 117 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #d5752c hue: 0.07 , saturation: 0.67 and the lightness value of d5752c is 0.50.

The process color (four color CMYK) of #d5752c color code is 0.00, 0.45, 0.79, 0.16. Web safe color of #d5752c is #cc6633. Color #d5752c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110101 00101100
Octal 325 165 54
Decimal 213 117 44
Hex D5 75 2C

RGB Percentages of Color #d5752c

%56.95
%31.28
%11.76

CMYK Percentages of Color #d5752c

%0
%45
%79
%16

Triadic Colors of #d5752c

#d5752c #2cd575 #752cd5

Analogous Colors of #d5752c

#d5752c #d5ca2c #d52c38

Monochromatic Colors of #d5752c

#d5752c

Complementary Color

#d5752c #2c8cd5

#d5752c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5752c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5752c Color CSS Codes

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

#d5752c Text Font Color

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

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


#d5752c Background Color

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

This div background color is #d5752c


#d5752c Border Color

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

This div border color is #d5752c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,117,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d5752c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d5752c;
  -webkit-box-shadow: 1px 1px 3px 2px #d5752c;
  box-shadow:         1px 1px 3px 2px #d5752c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,117,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5752c


Comments

No comments written yet.

Please login to write comment.