Color Hex Logo

#d73fc0 Color Hex

#D73FC0
(215,63,192)
0 Favorites   0 Comments

Color spaces of #d73fc0

RGB 21563192
HSL0.860.660.55
HSV309°71°84°
CMYK 0.000.710.11   0.16
XYZ39.316321.807952.0063
Yxy21.80790.34750.1928
Hunter Lab46.698968.5578-33.3391
CIE-Lab53.822671.5879-35.9533

#d73fc0 color RGB value is (215,63,192).

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

The process color (four color CMYK) of #d73fc0 color hex is 0.00, 0.71, 0.11, 0.16. Web safe color of #d73fc0 is #cc33cc. Color #d73fc0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00111111 11000000
Octal 327 77 300
Decimal 215 63 192
Hex D7 3F C0

RGB Percentages of Color #d73fc0

%45.74
%13.40
%40.85

CMYK Percentages of Color #d73fc0

%0
%71
%11
%16

Triadic Colors of #d73fc0

#d73fc0 #c0d73f #3fc0d7

Analogous Colors of #d73fc0

#d73fc0 #d73f74 #a23fd7

Monochromatic Colors of #d73fc0

#d73fc0

Complementary Color

#d73fc0 #3fd756

#d73fc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73fc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73fc0 Color CSS Codes

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

#d73fc0 Text Font Color

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

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


#d73fc0 Background Color

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

This div background color is #d73fc0


#d73fc0 Border Color

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

This div border color is #d73fc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73fc0


Comments

No comments written yet.

Please login to write comment.