Color Hex Logo

#d73097 Color Hex

#D73097
(215,48,151)
0 Favorites   0 Comments

Color spaces of #d73097

RGB 21548151
HSL0.900.680.52
HSV323°78°84°
CMYK 0.000.780.30   0.16
XYZ34.667218.795331.0789
Yxy18.79530.41010.2223
Hunter Lab43.353566.8669-12.1558
CIE-Lab50.446970.8339-17.1201

#d73097 color RGB value is (215,48,151).

#d73097 hex color red value is 215, green value is 48 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #d73097 hue: 0.90 , saturation: 0.68 and the lightness value of d73097 is 0.52.

The process color (four color CMYK) of #d73097 color hex is 0.00, 0.78, 0.30, 0.16. Web safe color of #d73097 is #cc3399. Color #d73097 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00110000 10010111
Octal 327 60 227
Decimal 215 48 151
Hex D7 30 97

RGB Percentages of Color #d73097

%51.93
%11.59
%36.47

CMYK Percentages of Color #d73097

%0
%78
%30
%16

Triadic Colors of #d73097

#d73097 #97d730 #3097d7

Analogous Colors of #d73097

#d73097 #d73043 #c430d7

Monochromatic Colors of #d73097

#d73097

Complementary Color

#d73097 #30d770

#d73097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73097 Color CSS Codes

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

#d73097 Text Font Color

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

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


#d73097 Background Color

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

This div background color is #d73097


#d73097 Border Color

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

This div border color is #d73097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73097


Comments

No comments written yet.

Please login to write comment.