Color Hex Logo

#d5475f Color Hex

#D5475F
(213,71,95)
0 Favorites   0 Comments

Color spaces of #d5475f

RGB 2137195
HSL0.970.630.56
HSV350°67°84°
CMYK 0.000.670.55   0.16
XYZ31.759419.478812.9124
Yxy19.47880.49510.3036
Hunter Lab44.134851.212713.5480
CIE-Lab51.242757.122117.6753

#d5475f color RGB value is (213,71,95).

#d5475f hex color red value is 213, green value is 71 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #d5475f hue: 0.97 , saturation: 0.63 and the lightness value of d5475f is 0.56.

The process color (four color CMYK) of #d5475f color hex is 0.00, 0.67, 0.55, 0.16. Web safe color of #d5475f is #cc3366. Color #d5475f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000111 01011111
Octal 325 107 137
Decimal 213 71 95
Hex D5 47 5F

RGB Percentages of Color #d5475f

%56.20
%18.73
%25.07

CMYK Percentages of Color #d5475f

%0
%67
%55
%16

Triadic Colors of #d5475f

#d5475f #5fd547 #475fd5

Analogous Colors of #d5475f

#d5475f #d57647 #d547a6

Monochromatic Colors of #d5475f

#d5475f

Complementary Color

#d5475f #47d5bd

#d5475f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5475f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5475f Color CSS Codes

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

#d5475f Text Font Color

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

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


#d5475f Background Color

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

This div background color is #d5475f


#d5475f Border Color

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

This div border color is #d5475f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,71,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 #d5475f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5475f


Comments

No comments written yet.

Please login to write comment.