Color Hex Logo

#d53974 Color Hex

#D53974
(213,57,116)
0 Favorites   0 Comments

Color spaces of #d53974

RGB 21357116
HSL0.940.650.53
HSV337°73°84°
CMYK 0.000.730.46   0.16
XYZ32.056118.333318.3721
Yxy18.33330.46620.2666
Hunter Lab42.817458.70714.5320
CIE-Lab49.897963.99603.0999

#d53974 color RGB value is (213,57,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00111001 01110100
Octal 325 71 164
Decimal 213 57 116
Hex D5 39 74

RGB Percentages of Color #d53974

%55.18
%14.77
%30.05

CMYK Percentages of Color #d53974

%0
%73
%46
%16

Triadic Colors of #d53974

#d53974 #74d539 #3974d5

Analogous Colors of #d53974

#d53974 #d54c39 #d539c2

Monochromatic Colors of #d53974

#d53974

Complementary Color

#d53974 #39d59a

#d53974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d53974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d53974 Color CSS Codes

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

#d53974 Text Font Color

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

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


#d53974 Background Color

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

This div background color is #d53974


#d53974 Border Color

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

This div border color is #d53974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d53974


Comments

No comments written yet.

Please login to write comment.