Color Hex Logo

#d5634e Color Hex

#D5634E
(213,99,78)
0 Favorites   0 Comments

Color spaces of #d5634e

RGB 2139978
HSL0.030.620.57
HSV63°84°
CMYK 0.000.540.63   0.16
XYZ33.277623.619910.0129
Yxy23.61990.49730.3530
Hunter Lab48.600337.172021.8050
CIE-Lab55.705243.330133.3555

#d5634e color RGB value is (213,99,78).

#d5634e hex color red value is 213, green value is 99 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #d5634e hue: 0.03 , saturation: 0.62 and the lightness value of d5634e is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100011 01001110
Octal 325 143 116
Decimal 213 99 78
Hex D5 63 4E

RGB Percentages of Color #d5634e

%54.62
%25.38
%20.00

CMYK Percentages of Color #d5634e

%0
%54
%63
%16

Triadic Colors of #d5634e

#d5634e #4ed563 #634ed5

Analogous Colors of #d5634e

#d5634e #d5a74e #d54e7d

Monochromatic Colors of #d5634e

#d5634e

Complementary Color

#d5634e #4ec0d5

#d5634e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5634e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5634e Color CSS Codes

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

#d5634e Text Font Color

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

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


#d5634e Background Color

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

This div background color is #d5634e


#d5634e Border Color

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

This div border color is #d5634e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5634e


Comments

No comments written yet.

Please login to write comment.