Color Hex Logo

#d73bc5 Color Hex

#D73BC5
(215,59,197)
0 Favorites   0 Comments

Color spaces of #d73bc5

RGB 21559197
HSL0.850.660.54
HSV307°73°84°
CMYK 0.000.730.08   0.16
XYZ39.666321.606254.9031
Yxy21.60620.34140.1860
Hunter Lab46.482570.9805-37.4931
CIE-Lab53.606773.6208-39.1760

#d73bc5 color RGB value is (215,59,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00111011 11000101
Octal 327 73 305
Decimal 215 59 197
Hex D7 3B C5

RGB Percentages of Color #d73bc5

%45.65
%12.53
%41.83

CMYK Percentages of Color #d73bc5

%0
%73
%8
%16

Triadic Colors of #d73bc5

#d73bc5 #c5d73b #3bc5d7

Analogous Colors of #d73bc5

#d73bc5 #d73b77 #9b3bd7

Monochromatic Colors of #d73bc5

#d73bc5

Complementary Color

#d73bc5 #3bd74d

#d73bc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73bc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73bc5 Color CSS Codes

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

#d73bc5 Text Font Color

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

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


#d73bc5 Background Color

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

This div background color is #d73bc5


#d73bc5 Border Color

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

This div border color is #d73bc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73bc5


Comments

No comments written yet.

Please login to write comment.