Color Hex Logo

#d5652f Color Hex

#D5652F
(213,101,47)
0 Favorites   0 Comments

Color spaces of #d5652f

RGB 21310147
HSL0.050.660.51
HSV20°78°84°
CMYK 0.000.530.78   0.16
XYZ32.607323.65875.5373
Yxy23.65870.52760.3828
Hunter Lab48.640234.542027.2985
CIE-Lab55.744440.778849.5988

#d5652f color RGB value is (213,101,47).

#d5652f hex color red value is 213, green value is 101 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #d5652f hue: 0.05 , saturation: 0.66 and the lightness value of d5652f is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100101 00101111
Octal 325 145 57
Decimal 213 101 47
Hex D5 65 2F

RGB Percentages of Color #d5652f

%59.00
%27.98
%13.02

CMYK Percentages of Color #d5652f

%0
%53
%78
%16

Triadic Colors of #d5652f

#d5652f #2fd565 #652fd5

Analogous Colors of #d5652f

#d5652f #d5b82f #d52f4c

Monochromatic Colors of #d5652f

#d5652f

Complementary Color

#d5652f #2f9fd5

#d5652f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5652f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5652f Color CSS Codes

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

#d5652f Text Font Color

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

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


#d5652f Background Color

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

This div background color is #d5652f


#d5652f Border Color

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

This div border color is #d5652f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5652f


Comments

No comments written yet.

Please login to write comment.