Color Hex Logo

#d73abb Color Hex

#D73ABB
(215,58,187)
0 Favorites   0 Comments

Color spaces of #d73abb

RGB 21558187
HSL0.860.660.54
HSV311°73°84°
CMYK 0.000.730.13   0.16
XYZ38.507021.061049.0494
Yxy21.06100.35450.1939
Hunter Lab45.892369.4632-31.2442
CIE-Lab53.016272.4898-34.3227

#d73abb color RGB value is (215,58,187).

#d73abb hex color red value is 215, green value is 58 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d73abb hue: 0.86 , saturation: 0.66 and the lightness value of d73abb is 0.54.

The process color (four color CMYK) of #d73abb color hex is 0.00, 0.73, 0.13, 0.16. Web safe color of #d73abb is #cc33cc. Color #d73abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00111010 10111011
Octal 327 72 273
Decimal 215 58 187
Hex D7 3A BB

RGB Percentages of Color #d73abb

%46.74
%12.61
%40.65

CMYK Percentages of Color #d73abb

%0
%73
%13
%16

Triadic Colors of #d73abb

#d73abb #bbd73a #3abbd7

Analogous Colors of #d73abb

#d73abb #d73a6d #a53ad7

Monochromatic Colors of #d73abb

#d73abb

Complementary Color

#d73abb #3ad756

#d73abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73abb Color CSS Codes

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

#d73abb Text Font Color

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

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


#d73abb Background Color

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

This div background color is #d73abb


#d73abb Border Color

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

This div border color is #d73abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73abb


Comments

No comments written yet.

Please login to write comment.