Color Hex Logo

#d5377f Color Hex

#D5377F
(213,55,127)
0 Favorites   0 Comments

Color spaces of #d5377f

RGB 21355127
HSL0.920.650.53
HSV333°74°84°
CMYK 0.000.740.40   0.16
XYZ32.637518.410821.9121
Yxy18.41080.44730.2523
Hunter Lab42.907860.6860-0.2427
CIE-Lab49.990665.6878-3.4259

#d5377f color RGB value is (213,55,127).

#d5377f hex color red value is 213, green value is 55 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #d5377f hue: 0.92 , saturation: 0.65 and the lightness value of d5377f is 0.53.

The process color (four color CMYK) of #d5377f color hex is 0.00, 0.74, 0.40, 0.16. Web safe color of #d5377f is #cc3366. Color #d5377f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110111 01111111
Octal 325 67 177
Decimal 213 55 127
Hex D5 37 7F

RGB Percentages of Color #d5377f

%53.92
%13.92
%32.15

CMYK Percentages of Color #d5377f

%0
%74
%40
%16

Triadic Colors of #d5377f

#d5377f #7fd537 #377fd5

Analogous Colors of #d5377f

#d5377f #d53e37 #d537ce

Monochromatic Colors of #d5377f

#d5377f

Complementary Color

#d5377f #37d58d

#d5377f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5377f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5377f Color CSS Codes

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

#d5377f Text Font Color

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

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


#d5377f Background Color

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

This div background color is #d5377f


#d5377f Border Color

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

This div border color is #d5377f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5377f


Comments

No comments written yet.

Please login to write comment.