Color Hex Logo

#d53174 Color Hex

#D53174
(213,49,116)
0 Favorites   0 Comments

Color spaces of #d53174

RGB 21349116
HSL0.930.660.51
HSV335°77°84°
CMYK 0.000.770.46   0.16
XYZ31.691317.603718.2505
Yxy17.60370.46920.2606
Hunter Lab41.956861.40253.5796
CIE-Lab49.011966.48981.8167

#d53174 color RGB value is (213,49,116).

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

The process color (four color CMYK) of #d53174 color hex is 0.00, 0.77, 0.46, 0.16. Web safe color of #d53174 is #cc3366. Color #d53174 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110001 01110100
Octal 325 61 164
Decimal 213 49 116
Hex D5 31 74

RGB Percentages of Color #d53174

%56.35
%12.96
%30.69

CMYK Percentages of Color #d53174

%0
%77
%46
%16

Triadic Colors of #d53174

#d53174 #74d531 #3174d5

Analogous Colors of #d53174

#d53174 #d54031 #d531c6

Monochromatic Colors of #d53174

#d53174

Complementary Color

#d53174 #31d592

#d53174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d53174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d53174 Color CSS Codes

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

#d53174 Text Font Color

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

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


#d53174 Background Color

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

This div background color is #d53174


#d53174 Border Color

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

This div border color is #d53174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d53174


Comments

No comments written yet.

Please login to write comment.