Color Hex Logo

#c705ba Color Hex

#C705BA
(199,5,186)
0 Favorites   0 Comments

Color spaces of #c705ba

RGB 1995186
HSL0.840.950.40
HSV304°97°78°
CMYK 0.000.970.07   0.22
XYZ32.470415.795847.7919
Yxy15.79580.33800.1644
Hunter Lab39.743976.2809-43.4752
CIE-Lab46.705479.2495-43.8817

#c705ba color RGB value is (199,5,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000101 10111010
Octal 307 5 272
Decimal 199 5 186
Hex C7 5 BA

RGB Percentages of Color #c705ba

%51.03
%1.28
%47.69

CMYK Percentages of Color #c705ba

%0
%97
%7
%22

Triadic Colors of #c705ba

#c705ba #bac705 #05bac7

Analogous Colors of #c705ba

#c705ba #c70559 #7305c7

Monochromatic Colors of #c705ba

#c705ba

Complementary Color

#c705ba #05c712

#c705ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c705ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c705ba Color CSS Codes

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

#c705ba Text Font Color

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

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


#c705ba Background Color

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

This div background color is #c705ba


#c705ba Border Color

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

This div border color is #c705ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c705ba


Comments

No comments written yet.

Please login to write comment.