Color Hex Logo

#d53074 Color Hex

#D53074
(213,48,116)
0 Favorites   0 Comments

Color spaces of #d53074

RGB 21348116
HSL0.930.660.51
HSV335°77°84°
CMYK 0.000.770.46   0.16
XYZ31.649917.521018.2368
Yxy17.52100.46950.2599
Hunter Lab41.858161.71643.4691
CIE-Lab48.909966.77821.6685

#d53074 color RGB value is (213,48,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110000 01110100
Octal 325 60 164
Decimal 213 48 116
Hex D5 30 74

RGB Percentages of Color #d53074

%56.50
%12.73
%30.77

CMYK Percentages of Color #d53074

%0
%77
%46
%16

Triadic Colors of #d53074

#d53074 #74d530 #3074d5

Analogous Colors of #d53074

#d53074 #d53e30 #d530c7

Monochromatic Colors of #d53074

#d53074

Complementary Color

#d53074 #30d591

#d53074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d53074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d53074 Color CSS Codes

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

#d53074 Text Font Color

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

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


#d53074 Background Color

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

This div background color is #d53074


#d53074 Border Color

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

This div border color is #d53074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d53074


Comments

No comments written yet.

Please login to write comment.