Color Hex Logo

#d73590 Color Hex

#D73590
(215,53,144)
0 Favorites   0 Comments

Color spaces of #d73590

RGB 21553144
HSL0.910.670.53
HSV326°75°84°
CMYK 0.000.750.33   0.16
XYZ34.331519.006928.2448
Yxy19.00690.42080.2330
Hunter Lab43.596964.2698-7.8939
CIE-Lab50.695368.6063-12.5608

#d73590 color RGB value is (215,53,144).

#d73590 hex color red value is 215, green value is 53 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #d73590 hue: 0.91 , saturation: 0.67 and the lightness value of d73590 is 0.53.

The process color (four color CMYK) of #d73590 color hex is 0.00, 0.75, 0.33, 0.16. Web safe color of #d73590 is #cc3399. Color #d73590 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00110101 10010000
Octal 327 65 220
Decimal 215 53 144
Hex D7 35 90

RGB Percentages of Color #d73590

%52.18
%12.86
%34.95

CMYK Percentages of Color #d73590

%0
%75
%33
%16

Triadic Colors of #d73590

#d73590 #90d735 #3590d7

Analogous Colors of #d73590

#d73590 #d7353f #cd35d7

Monochromatic Colors of #d73590

#d73590

Complementary Color

#d73590 #35d77c

#d73590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73590 Color CSS Codes

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

#d73590 Text Font Color

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

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


#d73590 Background Color

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

This div background color is #d73590


#d73590 Border Color

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

This div border color is #d73590


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,53,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d73590; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d73590;
  -webkit-box-shadow: 1px 1px 3px 2px #d73590;
  box-shadow:         1px 1px 3px 2px #d73590; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,53,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73590


Comments

No comments written yet.

Please login to write comment.