Color Hex Logo

#c773ba Color Hex

#C773BA
(199,115,186)
0 Favorites   0 Comments

Color spaces of #c773ba

RGB 199115186
HSL0.860.430.62
HSV309°42°78°
CMYK 0.000.420.07   0.22
XYZ38.546827.948849.8174
Yxy27.94880.33140.2403
Hunter Lab52.866637.6336-18.8637
CIE-Lab59.842543.1936-23.3493

#c773ba color RGB value is (199,115,186).

#c773ba hex color red value is 199, green value is 115 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c773ba hue: 0.86 , saturation: 0.43 and the lightness value of c773ba is 0.62.

The process color (four color CMYK) of #c773ba color hex is 0.00, 0.42, 0.07, 0.22. Web safe color of #c773ba is #cc66cc. Color #c773ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110011 10111010
Octal 307 163 272
Decimal 199 115 186
Hex C7 73 BA

RGB Percentages of Color #c773ba

%39.80
%23.00
%37.20

CMYK Percentages of Color #c773ba

%0
%42
%7
%22

Triadic Colors of #c773ba

#c773ba #bac773 #73bac7

Analogous Colors of #c773ba

#c773ba #c77390 #aa73c7

Monochromatic Colors of #c773ba

#c773ba

Complementary Color

#c773ba #73c780

#c773ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c773ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c773ba Color CSS Codes

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

#c773ba Text Font Color

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

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


#c773ba Background Color

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

This div background color is #c773ba


#c773ba Border Color

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

This div border color is #c773ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,115,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 #c773ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c773ba


Comments

No comments written yet.

Please login to write comment.