Color Hex Logo

#d73983 Color Hex

#D73983
(215,57,131)
0 Favorites   0 Comments

Color spaces of #d73983

RGB 21557131
HSL0.920.660.53
HSV332°73°84°
CMYK 0.000.730.39   0.16
XYZ33.584219.012023.3723
Yxy19.01200.44210.2503
Hunter Lab43.602861.1815-1.2592
CIE-Lab50.701265.9779-4.7483

#d73983 color RGB value is (215,57,131).

#d73983 hex color red value is 215, green value is 57 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #d73983 hue: 0.92 , saturation: 0.66 and the lightness value of d73983 is 0.53.

The process color (four color CMYK) of #d73983 color hex is 0.00, 0.73, 0.39, 0.16. Web safe color of #d73983 is #cc3399. Color #d73983 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00111001 10000011
Octal 327 71 203
Decimal 215 57 131
Hex D7 39 83

RGB Percentages of Color #d73983

%53.35
%14.14
%32.51

CMYK Percentages of Color #d73983

%0
%73
%39
%16

Triadic Colors of #d73983

#d73983 #83d739 #3983d7

Analogous Colors of #d73983

#d73983 #d73e39 #d739d2

Monochromatic Colors of #d73983

#d73983

Complementary Color

#d73983 #39d78d

#d73983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73983 Color CSS Codes

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

#d73983 Text Font Color

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

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


#d73983 Background Color

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

This div background color is #d73983


#d73983 Border Color

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

This div border color is #d73983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73983


Comments

No comments written yet.

Please login to write comment.