Color Hex Logo

#d73680 Color Hex

#D73680
(215,54,128)
0 Favorites   0 Comments

Color spaces of #d73680

RGB 21554128
HSL0.920.670.53
HSV332°75°84°
CMYK 0.000.750.40   0.16
XYZ33.239818.643922.2688
Yxy18.64390.44830.2514
Hunter Lab43.178661.8506-0.3530
CIE-Lab50.268066.6331-3.5802

#d73680 color RGB value is (215,54,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00110110 10000000
Octal 327 66 200
Decimal 215 54 128
Hex D7 36 80

RGB Percentages of Color #d73680

%54.16
%13.60
%32.24

CMYK Percentages of Color #d73680

%0
%75
%40
%16

Triadic Colors of #d73680

#d73680 #80d736 #3680d7

Analogous Colors of #d73680

#d73680 #d73d36 #d736d1

Monochromatic Colors of #d73680

#d73680

Complementary Color

#d73680 #36d78d

#d73680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73680 Color CSS Codes

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

#d73680 Text Font Color

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

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


#d73680 Background Color

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

This div background color is #d73680


#d73680 Border Color

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

This div border color is #d73680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73680


Comments

No comments written yet.

Please login to write comment.