Color Hex Logo

#c73fba Color Hex

#C73FBA
(199,63,186)
0 Favorites   0 Comments

Color spaces of #c73fba

RGB 19963186
HSL0.850.550.51
HSV306°68°78°
CMYK 0.000.680.07   0.22
XYZ34.193619.242348.3663
Yxy19.24230.33590.1890
Hunter Lab43.866062.3752-34.6664
CIE-Lab50.969566.9469-37.1364

#c73fba color RGB value is (199,63,186).

#c73fba hex color red value is 199, green value is 63 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c73fba hue: 0.85 , saturation: 0.55 and the lightness value of c73fba is 0.51.

The process color (four color CMYK) of #c73fba color hex is 0.00, 0.68, 0.07, 0.22. Web safe color of #c73fba is #cc33cc. Color #c73fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00111111 10111010
Octal 307 77 272
Decimal 199 63 186
Hex C7 3F BA

RGB Percentages of Color #c73fba

%44.42
%14.06
%41.52

CMYK Percentages of Color #c73fba

%0
%68
%7
%22

Triadic Colors of #c73fba

#c73fba #bac73f #3fbac7

Analogous Colors of #c73fba

#c73fba #c73f76 #903fc7

Monochromatic Colors of #c73fba

#c73fba

Complementary Color

#c73fba #3fc74c

#c73fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c73fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c73fba Color CSS Codes

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

#c73fba Text Font Color

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

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


#c73fba Background Color

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

This div background color is #c73fba


#c73fba Border Color

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

This div border color is #c73fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c73fba


Comments

No comments written yet.

Please login to write comment.