Color Hex Logo

#c709ba Color Hex

#C709BA
(199,9,186)
0 Favorites   0 Comments

Color spaces of #c709ba

RGB 1999186
HSL0.840.910.41
HSV304°95°78°
CMYK 0.000.950.07   0.22
XYZ32.513815.882747.8064
Yxy15.88270.33800.1651
Hunter Lab39.853175.8847-43.2250
CIE-Lab46.820278.9104-43.6992

#c709ba color RGB value is (199,9,186).

#c709ba hex color red value is 199, green value is 9 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c709ba hue: 0.84 , saturation: 0.91 and the lightness value of c709ba is 0.41.

The process color (four color CMYK) of #c709ba color hex is 0.00, 0.95, 0.07, 0.22. Web safe color of #c709ba is #cc00cc. Color #c709ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00001001 10111010
Octal 307 11 272
Decimal 199 9 186
Hex C7 9 BA

RGB Percentages of Color #c709ba

%50.51
%2.28
%47.21

CMYK Percentages of Color #c709ba

%0
%95
%7
%22

Triadic Colors of #c709ba

#c709ba #bac709 #09bac7

Analogous Colors of #c709ba

#c709ba #c7095b #7509c7

Monochromatic Colors of #c709ba

#c709ba

Complementary Color

#c709ba #09c716

#c709ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c709ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c709ba Color CSS Codes

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

#c709ba Text Font Color

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

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


#c709ba Background Color

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

This div background color is #c709ba


#c709ba Border Color

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

This div border color is #c709ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c709ba


Comments

No comments written yet.

Please login to write comment.