Color Hex Logo

#d73076 Color Hex

#D73076
(215,48,118)
0 Favorites   0 Comments

Color spaces of #d73076

RGB 21548118
HSL0.930.680.52
HSV335°78°84°
CMYK 0.000.780.45   0.16
XYZ32.351317.869018.8835
Yxy17.86900.46820.2586
Hunter Lab42.271762.63363.1044
CIE-Lab49.336867.47941.1165

#d73076 color RGB value is (215,48,118).

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

The process color (four color CMYK) of #d73076 color hex is 0.00, 0.78, 0.45, 0.16. Web safe color of #d73076 is #cc3366. Color #d73076 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00110000 01110110
Octal 327 60 166
Decimal 215 48 118
Hex D7 30 76

RGB Percentages of Color #d73076

%56.43
%12.60
%30.97

CMYK Percentages of Color #d73076

%0
%78
%45
%16

Triadic Colors of #d73076

#d73076 #76d730 #3076d7

Analogous Colors of #d73076

#d73076 #d73e30 #d730ca

Monochromatic Colors of #d73076

#d73076

Complementary Color

#d73076 #30d791

#d73076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73076 Color CSS Codes

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

#d73076 Text Font Color

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

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


#d73076 Background Color

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

This div background color is #d73076


#d73076 Border Color

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

This div border color is #d73076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73076


Comments

No comments written yet.

Please login to write comment.