Color Hex Logo

#d5635f Color Hex

#D5635F
(213,99,95)
0 Favorites   0 Comments

Color spaces of #d5635f

RGB 2139995
HSL0.010.580.60
HSV55°84°
CMYK 0.000.540.55   0.16
XYZ33.968023.896013.6486
Yxy23.89600.47500.3342
Hunter Lab48.883538.489217.6643
CIE-Lab55.983544.550924.0160

#d5635f color RGB value is (213,99,95).

#d5635f hex color red value is 213, green value is 99 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #d5635f hue: 0.01 , saturation: 0.58 and the lightness value of d5635f is 0.60.

The process color (four color CMYK) of #d5635f color hex is 0.00, 0.54, 0.55, 0.16. Web safe color of #d5635f is #cc6666. Color #d5635f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100011 01011111
Octal 325 143 137
Decimal 213 99 95
Hex D5 63 5F

RGB Percentages of Color #d5635f

%52.33
%24.32
%23.34

CMYK Percentages of Color #d5635f

%0
%54
%55
%16

Triadic Colors of #d5635f

#d5635f #5fd563 #635fd5

Analogous Colors of #d5635f

#d5635f #d59e5f #d55f96

Monochromatic Colors of #d5635f

#d5635f

Complementary Color

#d5635f #5fd1d5

#d5635f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5635f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5635f Color CSS Codes

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

#d5635f Text Font Color

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

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


#d5635f Background Color

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

This div background color is #d5635f


#d5635f Border Color

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

This div border color is #d5635f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5635f


Comments

No comments written yet.

Please login to write comment.